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