2 references to SM_CYVSCROLL
System.Windows.Forms (2)
System\Windows\Forms\SystemInformation.cs (2)
206
public static int VerticalScrollBarArrowHeight => PInvokeCore.GetSystemMetrics(
SM_CYVSCROLL
);
212
=> PInvoke.GetCurrentSystemMetrics(
SM_CYVSCROLL
, (uint)dpi);