5 references to GridLineStyle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridAddNewRow.cs (1)
94gridStyle = this.dgTable.GridLineStyle;
winforms\Managed\System\WinForms\DataGridTable.cs (4)
311gridStyle = this.GridLineStyle; 523Debug.Assert(this.GridLineStyle == DataGridLineStyle.Solid || this.GridLineStyle == DataGridLineStyle.None, "are there any other styles?"); 524return GridLineStyle == DataGridLineStyle.Solid ? 1 : 0;