9 references to BorderSize
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ComboBox.cs (2)
937
prefHeightCache = (short)(textSize.Height + SystemInformation.
BorderSize
.Height * 8 + Padding.Size.Height);
952
prefHeightCache = (short)(textSize.Height * itemCount + SystemInformation.
BorderSize
.Height * 16 + Padding.Size.Height);
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
881
height += SystemInformation.
BorderSize
.Height * 4 + 3;
winforms\Managed\System\WinForms\ListBox.cs (1)
760
height += SystemInformation.
BorderSize
.Height * 4 + 3;
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
562
int width = sz.Width + SystemInformation.
BorderSize
.Width*2 + PANELTEXTINSET*2 + PANELGAP;
winforms\Managed\System\WinForms\SystemInformation.cs (1)
258
return
BorderSize
;
winforms\Managed\System\WinForms\ToolBar.cs (2)
737
height += SystemInformation.
BorderSize
.Height;
788
width += SystemInformation.
BorderSize
.Height * 4 + 3;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
536
height += SystemInformation.
BorderSize
.Height * 4 + 3;