2 references to DividerHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
1096rect.Height += this.owningRow.DividerHeight; 3608dividerThickness = this.owningRow == null ? 0 : this.owningRow.DividerHeight;