2 references to VERTICAL_SCROLLBAR_HEIGHT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\VScrollBar.cs (2)
60return new Size(SystemInformation.GetVerticalScrollBarWidthForDpi(this.deviceDpi), LogicalToDeviceUnits(VERTICAL_SCROLLBAR_HEIGHT)); 63return new Size(SystemInformation.VerticalScrollBarWidth, VERTICAL_SCROLLBAR_HEIGHT);