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