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