3 references to SM_CXVSCROLL
System.Windows.Forms (3)
System\Windows\Forms\SystemInformation.cs (3)
62public static int VerticalScrollBarWidth => PInvokeCore.GetSystemMetrics(SM_CXVSCROLL); 69? PInvoke.GetCurrentSystemMetrics(SM_CXVSCROLL, (uint)dpi) 70: PInvokeCore.GetSystemMetrics(SM_CXVSCROLL);