9 references to RemoveScope
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (5)
807cs.RemoveScope(DataGridViewCellStyleScopes.AlternatingRows); 1525cs.RemoveScope(DataGridViewCellStyleScopes.ColumnHeaders); 2038cs.RemoveScope(DataGridViewCellStyleScopes.DataGridView); 3312cs.RemoveScope(DataGridViewCellStyleScopes.RowHeaders); 3508cs.RemoveScope(DataGridViewCellStyleScopes.Rows);
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (2)
92style.RemoveScope(IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 833DefaultCellStyle.RemoveScope(IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
629dataGridViewCellStyle.RemoveScope(DataGridViewCellStyleScopes.Cell); 3046Style.RemoveScope(DataGridViewCellStyleScopes.Cell);