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)
65
private int HighDpiCorrection => DeviceDpi > ScaleHelper.
OneHundredPercentLogicalDpi
? 1 : 0;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
45
ScaleConstants(ScaleHelper.
OneHundredPercentLogicalDpi
);
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignBindingPicker.cs (4)
1957
private int _dpi = ScaleHelper.
OneHundredPercentLogicalDpi
;
1967
_dpi = ScaleHelper.
OneHundredPercentLogicalDpi
;
1982
_imageListCacheByDPI.Add(ScaleHelper.
OneHundredPercentLogicalDpi
, ImageList);
2002
ImageList unscaledImageList = _imageListCacheByDPI[ScaleHelper.
OneHundredPercentLogicalDpi
];
System.Windows.Forms.Primitives (8)
System\Windows\Forms\Internals\ScaleHelper.cs (8)
215
dpi ==
OneHundredPercentLogicalDpi
223
internal static bool IsScalingRequired => InitialSystemDpi !=
OneHundredPercentLogicalDpi
;
315
if (dpi ==
OneHundredPercentLogicalDpi
)
320
double scalingFactor = dpi / (double)
OneHundredPercentLogicalDpi
;
328
internal static Padding ScaleToDpi(Padding logicalPadding, int dpi) => dpi ==
OneHundredPercentLogicalDpi
346
internal static Size ScaleToDpi(Size logicalSize, int dpi) => dpi ==
OneHundredPercentLogicalDpi
356
PInvoke.GetSystemMetricsForDpi(SYSTEM_METRICS_INDEX.SM_CXSMICON,
OneHundredPercentLogicalDpi
),
357
PInvoke.GetSystemMetricsForDpi(SYSTEM_METRICS_INDEX.SM_CXSMICON,
OneHundredPercentLogicalDpi
))