4 references to SM_CYHSCROLL
System.Windows.Forms (4)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
423
int cyhscroll = PInvokeCore.GetSystemMetrics(SYSTEM_METRICS_INDEX.
SM_CYHSCROLL
);
System\Windows\Forms\SystemInformation.cs (3)
75
public static int HorizontalScrollBarHeight => PInvokeCore.GetSystemMetrics(
SM_CYHSCROLL
);
82
? PInvoke.GetCurrentSystemMetrics(
SM_CYHSCROLL
, (uint)dpi)
83
: PInvokeCore.GetSystemMetrics(
SM_CYHSCROLL
);