3 references to SM_CXHSCROLL
System.Windows.Forms (3)
System\Windows\Forms\SystemInformation.cs (3)
217
public static int HorizontalScrollBarArrowWidth => PInvokeCore.GetSystemMetrics(
SM_CXHSCROLL
);
224
? PInvoke.GetCurrentSystemMetrics(
SM_CXHSCROLL
, (uint)dpi)
225
: PInvokeCore.GetSystemMetrics(
SM_CXHSCROLL
);