5 references to None
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridView.cs (1)
2513defaultCellStyleTmp.Scope = DataGridViewCellStyleScopes.None;
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (4)
54this.scope = DataGridViewCellStyleScopes.None; 65this.scope = DataGridViewCellStyleScopes.None; 733if (this.dataGridView != null && this.scope != DataGridViewCellStyleScopes.None) 773if (this.scope == DataGridViewCellStyleScopes.None)