6 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); 17440int borderWidth = BorderWidth; 19287int borderWidth = BorderWidth;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.DataGridViewRowAccessibleObject.cs (1)
72rowRectBottom = dataGridViewRect.Bottom - _owningDataGridViewRow.DataGridView.BorderWidth - horizontalScrollBarHeight;