3 references to SM_CXVSCROLL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SystemInformation.cs (3)
176
return UnsafeNativeMethods.GetSystemMetrics(NativeMethods.
SM_CXVSCROLL
);
188
return UnsafeNativeMethods.TryGetSystemMetricsForDpi(NativeMethods.
SM_CXVSCROLL
, (uint)dpi);
190
return UnsafeNativeMethods.GetSystemMetrics(NativeMethods.
SM_CXVSCROLL
);