2 references to DefaultHeight
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\VScrollBar.cs (2)
33
return new Size(SystemInformation.GetVerticalScrollBarWidthForDpi(_deviceDpi), LogicalToDeviceUnits(
DefaultHeight
));
36
return new Size(SystemInformation.VerticalScrollBarWidth,
DefaultHeight
);