4 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)
6460
_smallIcon = ScaleHelper.
ScaleSmallIconToDpi
(icon, dpi);
System.Windows.Forms.Design (1)
System\Drawing\Design\CursorEditor.CursorUI.cs (1)
68
var cursorWidth = ScaleHelper.
ScaleSmallIconToDpi
(Icon.FromHandle(cursor.Handle), DeviceDpi).Size.Width;