Is your feature request related to a problem? Please describe
Hashtable has been used all over the winforms code base.
Describe the solution you'd like and alternatives you've considered
Refactoring to Dictionary<TKey, TValue is explicit in its typing and avoids boxing.
The changes should not affect Public APIs.
System.Windows.Forms: 31 references
System.Windows.Forms.Design: 126 references
Related: #8140, #2644
Is your feature request related to a problem? Please describe
Hashtable has been used all over the winforms code base.
Describe the solution you'd like and alternatives you've considered
Refactoring to
Dictionary<TKey, TValueis explicit in its typing and avoids boxing.The changes should not affect Public APIs.
System.Windows.Forms: 31 references
System.Windows.Forms.Design: 126 references
Related: #8140, #2644