6 references to TryGetSystemMetricsForDpi
System.Windows.Forms (6)
winforms\Managed\System\WinForms\SystemInformation.cs (6)
188
return UnsafeNativeMethods.
TryGetSystemMetricsForDpi
(NativeMethods.SM_CXVSCROLL, (uint)dpi);
214
return UnsafeNativeMethods.
TryGetSystemMetricsForDpi
(NativeMethods.SM_CYHSCROLL, (uint)dpi);
255
return new Size(UnsafeNativeMethods.
TryGetSystemMetricsForDpi
(NativeMethods.SM_CXBORDER, (uint)dpi),
256
UnsafeNativeMethods.
TryGetSystemMetricsForDpi
(NativeMethods.SM_CYBORDER, (uint)dpi));
499
return UnsafeNativeMethods.
TryGetSystemMetricsForDpi
(NativeMethods.SM_CXHSCROLL, (uint)dpi);
521
return UnsafeNativeMethods.
TryGetSystemMetricsForDpi
(NativeMethods.SM_CXHSCROLL, (uint)dpi);