5 references to None
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGrid.cs (2)
1858
if (!ClientUtils.IsEnumValid(value, (int)value, (int)DataGridLineStyle.
None
, (int)DataGridLineStyle.Solid))
1872
Debug.Assert(this.GridLineStyle == DataGridLineStyle.Solid || this.GridLineStyle == DataGridLineStyle.
None
, "are there any other styles?");
winforms\Managed\System\WinForms\DataGridTable.cs (3)
315
if (gridStyle == DataGridLineStyle.
None
)
523
Debug.Assert(this.GridLineStyle == DataGridLineStyle.Solid || this.GridLineStyle == DataGridLineStyle.
None
, "are there any other styles?");
547
if (!ClientUtils.IsEnumValid(value, (int)value, (int)DataGridLineStyle.
None
, (int)DataGridLineStyle.Solid)) {