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