7 references to BorderWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
4367
int borderWidth =
BorderWidth
;
8976
int bordersAndPaddingWidth = 2 * (
BorderWidth
+ Padding.Size.Width);
8977
int bordersAndPaddingHeight = 2 * (
BorderWidth
+ Padding.Size.Height);
17434
int borderWidth =
BorderWidth
;
19281
int borderWidth =
BorderWidth
;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.DataGridViewRowAccessibleObject.cs (1)
72
rowRectBottom = dataGridViewRect.Bottom - _owningDataGridViewRow.DataGridView.
BorderWidth
- horizontalScrollBarHeight;
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\DataGridViewRowsAccessibleObjectTests.cs (1)
35
int borders = 2 * dataGridView.
BorderWidth
; // top border and bottom border