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