9 references to DataGridView
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridView.cs (4)
2544defaultCellStyleTmp.AddScope(this, DataGridViewCellStyleScopes.DataGridView); 2555cs.RemoveScope(DataGridViewCellStyleScopes.DataGridView); 2559this.defaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.DataGridView); 2582defaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.DataGridView);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
13237if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.DataGridView) != 0 && this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientFont]) 13252if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.DataGridView) != 0 && this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientForeColor]) 13271if ((e.CellStyleScope & DataGridViewCellStyleScopes.Cell) == DataGridViewCellStyleScopes.Cell && (e.CellStyleScope & DataGridViewCellStyleScopes.DataGridView) == 0) 13323if ((e.CellStyleScope & DataGridViewCellStyleScopes.DataGridView) == DataGridViewCellStyleScopes.DataGridView)