4 references to SM_CYHSCROLL
System.Windows.Forms (4)
winforms\Managed\System\WinForms\SystemInformation.cs (3)
202return UnsafeNativeMethods.GetSystemMetrics(NativeMethods.SM_CYHSCROLL); 214return UnsafeNativeMethods.TryGetSystemMetricsForDpi(NativeMethods.SM_CYHSCROLL, (uint)dpi); 216return UnsafeNativeMethods.GetSystemMetrics(NativeMethods.SM_CYHSCROLL);
winforms\Managed\System\WinForms\TrackBar.cs (1)
501int cyhscroll = UnsafeNativeMethods.GetSystemMetrics(NativeMethods.SM_CYHSCROLL);