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