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)
748height += SystemInformation.BorderSize.Height * 4 + 3;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
748height += SystemInformation.BorderSize.Height * 4 + 3;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
342height += 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; 232w += SystemInformation.BorderSize.Width * 4; 241return (int)Math.Ceiling(size.Width) + w + pic + SystemInformation.BorderSize.Width * 4; 584w += SystemInformation.BorderSize.Width * 4; 589button.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)
2275Math.Max(SystemInformation.ToolWindowCaptionHeight - SystemInformation.BorderSize.Height - 2, Control.Font.Height),