2 references to SM_CXBORDER
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SystemInformation.cs (2)
241
return new Size(UnsafeNativeMethods.GetSystemMetrics(NativeMethods.
SM_CXBORDER
),
255
return new Size(UnsafeNativeMethods.TryGetSystemMetricsForDpi(NativeMethods.
SM_CXBORDER
, (uint)dpi),