3 references to DividerWidth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCell.cs (3)
1087
rect.X += this.owningColumn.
DividerWidth
;
1091
rect.Width += this.owningColumn.
DividerWidth
;
3570
int dividerThickness = this.owningColumn == null ? 0 : this.owningColumn.
DividerWidth
;