12 references to SingleHorizontalBorderAdded
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (9)
4427
if (this.
SingleHorizontalBorderAdded
)
6897
if (this.
SingleHorizontalBorderAdded
&& rowIndex == this.FirstDisplayedRowIndex)
10525
else if (this.
SingleHorizontalBorderAdded
)
14955
else if (this.
SingleHorizontalBorderAdded
)
17140
PaintGrid(g, gridRect, clipRect, this.SingleVerticalBorderAdded, this.
SingleHorizontalBorderAdded
);
17207
else if (this.
SingleHorizontalBorderAdded
)
19776
else if (this.
SingleHorizontalBorderAdded
&& visibleRowsHeight > 0)
20399
bool singleHorizontalBorderAdded = this.
SingleHorizontalBorderAdded
;
26438
if (this.
SingleHorizontalBorderAdded
)
winforms\Managed\System\WinForms\DataGridViewRow.cs (3)
1650
dataGridView.
SingleHorizontalBorderAdded
,
1737
dataGridView.
SingleHorizontalBorderAdded
,
1812
dataGridView.
SingleHorizontalBorderAdded
,