15 references to OneHundredPercentLogicalDpi
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckableControlBaseAdapter.cs (1)
77/ (double)ScaleHelper.OneHundredPercentLogicalDpi;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernButtonDarkModeRenderer.cs (1)
65private int HighDpiCorrection => DeviceDpi > ScaleHelper.OneHundredPercentLogicalDpi ? 1 : 0;
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)
215dpi == OneHundredPercentLogicalDpi 223internal static bool IsScalingRequired => InitialSystemDpi != OneHundredPercentLogicalDpi; 315if (dpi == OneHundredPercentLogicalDpi) 320double scalingFactor = dpi / (double)OneHundredPercentLogicalDpi; 328internal static Padding ScaleToDpi(Padding logicalPadding, int dpi) => dpi == OneHundredPercentLogicalDpi 346internal static Size ScaleToDpi(Size logicalSize, int dpi) => dpi == OneHundredPercentLogicalDpi 356PInvoke.GetSystemMetricsForDpi(SYSTEM_METRICS_INDEX.SM_CXSMICON, OneHundredPercentLogicalDpi), 357PInvoke.GetSystemMetricsForDpi(SYSTEM_METRICS_INDEX.SM_CXSMICON, OneHundredPercentLogicalDpi))