4 references to SM_CXHSCROLL
System.Windows.Forms (4)
winforms\Managed\System\WinForms\SystemInformation.cs (4)
499return UnsafeNativeMethods.TryGetSystemMetricsForDpi(NativeMethods.SM_CXHSCROLL, (uint)dpi); 509return UnsafeNativeMethods.GetSystemMetrics(NativeMethods.SM_CXHSCROLL); 521return UnsafeNativeMethods.TryGetSystemMetricsForDpi(NativeMethods.SM_CXHSCROLL, (uint)dpi); 524return UnsafeNativeMethods.GetSystemMetrics(NativeMethods.SM_CXHSCROLL);