9 references to RemoveScope
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridView.cs (5)
978cs.RemoveScope(DataGridViewCellStyleScopes.AlternatingRows); 1929cs.RemoveScope(DataGridViewCellStyleScopes.ColumnHeaders); 2555cs.RemoveScope(DataGridViewCellStyleScopes.DataGridView); 4217cs.RemoveScope(DataGridViewCellStyleScopes.RowHeaders); 4468cs.RemoveScope(DataGridViewCellStyleScopes.Rows);
winforms\Managed\System\WinForms\DataGridViewBand.cs (2)
143dgvcs.RemoveScope(this.bandIsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 1023this.DefaultCellStyle.RemoveScope(this.bandIsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
817dgvcs.RemoveScope(DataGridViewCellStyleScopes.Cell); 3479this.Style.RemoveScope(DataGridViewCellStyleScopes.Cell);