4 references to ScaleSmallIconToDpi
System.Windows.Forms (3)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
551t_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)
68var cursorWidth = ScaleHelper.ScaleSmallIconToDpi(Icon.FromHandle(cursor.Handle), DeviceDpi).Size.Width;