9 references to DataGridView
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
2027defaultCellStyleTmp.AddScope(this, DataGridViewCellStyleScopes.DataGridView); 2038cs.RemoveScope(DataGridViewCellStyleScopes.DataGridView); 2040_defaultCellStyle?.AddScope(this, DataGridViewCellStyleScopes.DataGridView); 2068defaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.DataGridView);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
12859if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.DataGridView) != 0 && _dataGridViewState1[State1_AmbientFont]) 12877if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.DataGridView) != 0 && _dataGridViewState1[State1_AmbientForeColor]) 12898if ((e.CellStyleScope & DataGridViewCellStyleScopes.Cell) == DataGridViewCellStyleScopes.Cell && (e.CellStyleScope & DataGridViewCellStyleScopes.DataGridView) == 0) 12952if ((e.CellStyleScope & DataGridViewCellStyleScopes.DataGridView) == DataGridViewCellStyleScopes.DataGridView)