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