14 references to BorderSize
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
780
_prefHeightCache = (short)(textSize.Height + SystemInformation.
BorderSize
.Height * 8 + Padding.Size.Height);
797
_prefHeightCache = (short)(textSize.Height * itemCount + SystemInformation.
BorderSize
.Height * 16 + Padding.Size.Height);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
748
height += SystemInformation.
BorderSize
.Height * 4 + 3;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
748
height += SystemInformation.
BorderSize
.Height * 4 + 3;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
342
height += SystemInformation.
BorderSize
.Height * 4 + 3;
System\Windows\Forms\SystemInformation.cs (1)
103
:
BorderSize
;
System.Windows.Forms.Design (8)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (6)
204
_listBox.ItemHeight = Font.Height + SystemInformation.
BorderSize
.Width * 2;
232
w += SystemInformation.
BorderSize
.Width * 4;
241
return (int)Math.Ceiling(size.Width) + w + pic + SystemInformation.
BorderSize
.Width * 4;
584
w += SystemInformation.
BorderSize
.Width * 4;
589
button.Inflate(-SystemInformation.
BorderSize
.Width * 2, -SystemInformation.
BorderSize
.Height * 2);
System\Windows\Forms\Design\ComponentTray.cs (1)
1909
_borderWidth = SystemInformation.
BorderSize
.Width;
System\Windows\Forms\Design\ControlDesigner.cs (1)
2275
Math.Max(SystemInformation.ToolWindowCaptionHeight - SystemInformation.
BorderSize
.Height - 2, Control.Font.Height),