3 references to ScaleSmallIconToDpi
System.Windows.Forms (3)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
551
t_defaultIcon = ScaleHelper.
ScaleSmallIconToDpi
(defaultIcon, ScaleHelper.InitialSystemDpi);
System\Windows\Forms\ErrorProvider\ErrorProvider.IconRegion.cs (1)
20
_icon = ScaleHelper.
ScaleSmallIconToDpi
(icon, currentDpi);
System\Windows\Forms\Form.cs (1)
6449
_smallIcon = ScaleHelper.
ScaleSmallIconToDpi
(icon, dpi);