6 references to GridLineWidth
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
679bWidth = this.dgTable.GridLineWidth;
winforms\Managed\System\WinForms\DataGridRow.cs (3)
245int borderWidth = this.dgTable.GridLineWidth; 439PaintBottomBorder(g, bounds, dataWidth, this.dgTable.GridLineWidth, false); 481int bWidth = this.dgTable.IsDefault ? this.DataGrid.GridLineWidth : this.dgTable.GridLineWidth;
winforms\Managed\System\WinForms\DataGridTable.cs (1)
312gridLineWidth = this.GridLineWidth;
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
335extents.Width += xMargin*2 + this.DataGridTableStyle.GridLineWidth;