5 writes to scope
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (5)
54this.scope = DataGridViewCellStyleScopes.None; 65this.scope = DataGridViewCellStyleScopes.None; 480this.scope = value; 595this.scope |= scope; 772this.scope &= ~scope;
3 references to scope
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (3)
476return this.scope; 733if (this.dataGridView != null && this.scope != DataGridViewCellStyleScopes.None) 773if (this.scope == DataGridViewCellStyleScopes.None)