9 references to RemoveScope
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (5)
811cs.RemoveScope(DataGridViewCellStyleScopes.AlternatingRows); 1519cs.RemoveScope(DataGridViewCellStyleScopes.ColumnHeaders); 2032cs.RemoveScope(DataGridViewCellStyleScopes.DataGridView); 3306cs.RemoveScope(DataGridViewCellStyleScopes.RowHeaders); 3502cs.RemoveScope(DataGridViewCellStyleScopes.Rows);
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (2)
100style.RemoveScope(IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 844DefaultCellStyle.RemoveScope(IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
637dataGridViewCellStyle.RemoveScope(DataGridViewCellStyleScopes.Cell); 3057Style.RemoveScope(DataGridViewCellStyleScopes.Cell);