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