14 references to Border3DSize
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ComboBox.cs (1)
983int dyEdit = textExtent.Height + SystemInformation.Border3DSize.Height;
winforms\Managed\System\WinForms\ControlPaint.cs (1)
964Size sz = SystemInformation.Border3DSize;
winforms\Managed\System\WinForms\DataGrid.cs (1)
587return SystemInformation.Border3DSize.Width;
winforms\Managed\System\WinForms\DataGridView.cs (1)
1457return Application.RenderWithVisualStyles ? 1 : SystemInformation.Border3DSize.Width;
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (4)
796valBounds.Inflate(-SystemInformation.Border3DSize.Width, -SystemInformation.Border3DSize.Height); 938valBounds.Width > 2 * SystemInformation.Border3DSize.Width + 1 && 939valBounds.Height > 2 * SystemInformation.Border3DSize.Height + 1)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (3)
815checkBoxSize = SystemInformation.Border3DSize.Width * 2 + 9 + 2 * DATAGRIDVIEWCHECKBOXCELL_margin; 1294checkBoxSize = new Size(SystemInformation.Border3DSize.Width * 2 + 9, SystemInformation.Border3DSize.Width * 2 + 9);
winforms\Managed\System\WinForms\StatusBar.cs (1)
1002int border = SystemInformation.Border3DSize.Width;
winforms\Managed\System\WinForms\ToolBar.cs (1)
740height += SystemInformation.Border3DSize.Height;
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
472Size edge = SystemInformation.Border3DSize;