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