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