7 references to BorderWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
4370
int borderWidth =
BorderWidth
;
8979
int bordersAndPaddingWidth = 2 * (
BorderWidth
+ Padding.Size.Width);
8980
int bordersAndPaddingHeight = 2 * (
BorderWidth
+ Padding.Size.Height);
17437
int borderWidth =
BorderWidth
;
19284
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