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