14 references to Border3DSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
824
int dyEdit = textExtent.Height + SystemInformation.
Border3DSize
.Height;
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1115
return Application.RenderWithVisualStyles ? 1 : SystemInformation.
Border3DSize
.Width;
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (4)
757
valBounds.Inflate(-SystemInformation.
Border3DSize
.Width, -SystemInformation.
Border3DSize
.Height);
884
valBounds.Width > 2 * SystemInformation.
Border3DSize
.Width + 1 &&
885
valBounds.Height > 2 * SystemInformation.
Border3DSize
.Height + 1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (3)
701
_ => SystemInformation.
Border3DSize
.Width * 2 + 9 + 2 * DATAGRIDVIEWCHECKBOXCELL_margin,
1193
checkBoxSize = new Size(SystemInformation.
Border3DSize
.Width * 2 + 9, SystemInformation.
Border3DSize
.Width * 2 + 9);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1037
Size sz = SystemInformation.
Border3DSize
;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (2)
72
int XBORDER = SystemInformation.
Border3DSize
.Width;
73
int YBORDER = SystemInformation.
Border3DSize
.Height;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
48
Size size = SystemInformation.
Border3DSize
;
51
Assert.Equal(size, SystemInformation.
Border3DSize
);