3 references to GridLineWidth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
677bWidth = this.DataGrid.GridLineWidth;
winforms\Managed\System\WinForms\DataGridRow.cs (1)
481int bWidth = this.dgTable.IsDefault ? this.DataGrid.GridLineWidth : this.dgTable.GridLineWidth;
winforms\Managed\System\WinForms\DataGridTable.cs (1)
309gridLineWidth = this.DataGrid.GridLineWidth;