4 references to CellBorderStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
1236
if (value !=
CellBorderStyle
)
3958
||
CellBorderStyle
== DataGridViewCellBorderStyle.SingleHorizontal);
3963
||
CellBorderStyle
== DataGridViewCellBorderStyle.SingleVertical);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
788
switch (DataGridView.
CellBorderStyle
)