1 write to Scope
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridView.cs (1)
2513defaultCellStyleTmp.Scope = DataGridViewCellStyleScopes.None;
5 references to Scope
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCellStyleContentChangedEventArgs.cs (1)
35return this.dataGridViewCellStyle.Scope;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
13237if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.DataGridView) != 0 && this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientFont]) 13241if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.ColumnHeaders) != 0 && this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientColumnHeadersFont]) 13245if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.RowHeaders) != 0 && this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientRowHeadersFont]) 13252if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.DataGridView) != 0 && this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientForeColor])