14 references to OneHundredPercentLogicalDpi
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckableControlBaseAdapter.cs (1)
77/ (double)ScaleHelper.OneHundredPercentLogicalDpi;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
45ScaleConstants(ScaleHelper.OneHundredPercentLogicalDpi);
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignBindingPicker.cs (4)
1957private int _dpi = ScaleHelper.OneHundredPercentLogicalDpi; 1967_dpi = ScaleHelper.OneHundredPercentLogicalDpi; 1982_imageListCacheByDPI.Add(ScaleHelper.OneHundredPercentLogicalDpi, ImageList); 2002ImageList unscaledImageList = _imageListCacheByDPI[ScaleHelper.OneHundredPercentLogicalDpi];
System.Windows.Forms.Primitives (8)
System\Windows\Forms\Internals\ScaleHelper.cs (8)
209dpi == OneHundredPercentLogicalDpi 217internal static bool IsScalingRequired => InitialSystemDpi != OneHundredPercentLogicalDpi; 270if (dpi == OneHundredPercentLogicalDpi) 275double scalingFactor = dpi / (double)OneHundredPercentLogicalDpi; 283internal static Padding ScaleToDpi(Padding logicalPadding, int dpi) => dpi == OneHundredPercentLogicalDpi 301internal static Size ScaleToDpi(Size logicalSize, int dpi) => dpi == OneHundredPercentLogicalDpi 311PInvoke.GetSystemMetricsForDpi(SYSTEM_METRICS_INDEX.SM_CXSMICON, OneHundredPercentLogicalDpi), 312PInvoke.GetSystemMetricsForDpi(SYSTEM_METRICS_INDEX.SM_CXSMICON, OneHundredPercentLogicalDpi))