6 references to BorderWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
4373int borderWidth = BorderWidth; 8981int bordersAndPaddingWidth = 2 * (BorderWidth + Padding.Size.Width); 8982int bordersAndPaddingHeight = 2 * (BorderWidth + Padding.Size.Height); 17424int borderWidth = BorderWidth; 19272int borderWidth = BorderWidth;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.DataGridViewRowAccessibleObject.cs (1)
73rowRectBottom = dataGridViewRect.Bottom - _owningDataGridViewRow.DataGridView.BorderWidth - horizontalScrollBarHeight;