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)
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)
209
dpi ==
OneHundredPercentLogicalDpi
217
internal static bool IsScalingRequired => InitialSystemDpi !=
OneHundredPercentLogicalDpi
;
270
if (dpi ==
OneHundredPercentLogicalDpi
)
275
double scalingFactor = dpi / (double)
OneHundredPercentLogicalDpi
;
283
internal static Padding ScaleToDpi(Padding logicalPadding, int dpi) => dpi ==
OneHundredPercentLogicalDpi
301
internal static Size ScaleToDpi(Size logicalSize, int dpi) => dpi ==
OneHundredPercentLogicalDpi
311
PInvoke.GetSystemMetricsForDpi(SYSTEM_METRICS_INDEX.SM_CXSMICON,
OneHundredPercentLogicalDpi
),
312
PInvoke.GetSystemMetricsForDpi(SYSTEM_METRICS_INDEX.SM_CXSMICON,
OneHundredPercentLogicalDpi
))