17 references to AddScope
System.Windows.Forms (17)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (11)
803
_alternatingRowsDefaultCellStyle.
AddScope
(this, DataGridViewCellStyleScopes.AlternatingRows);
813
_alternatingRowsDefaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.AlternatingRows);
1521
_columnHeadersDefaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.ColumnHeaders);
1549
defaultStyle.
AddScope
(this, DataGridViewCellStyleScopes.ColumnHeaders);
2021
defaultCellStyleTmp.
AddScope
(this, DataGridViewCellStyleScopes.DataGridView);
2034
_defaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.DataGridView);
2062
defaultCellStyle.
AddScope
(this, DataGridViewCellStyleScopes.DataGridView);
2099
defaultStyle.
AddScope
(this, DataGridViewCellStyleScopes.RowHeaders);
3308
_rowHeadersDefaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.RowHeaders);
3494
_rowsDefaultCellStyle.
AddScope
(this, DataGridViewCellStyleScopes.Rows);
3504
_rowsDefaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.Rows);
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (3)
88
style.
AddScope
(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);
103
value?.
AddScope
(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);
848
DefaultCellStyle.
AddScope
(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (3)
625
dataGridViewCellStyle.
AddScope
(DataGridView, DataGridViewCellStyleScopes.Cell);
640
value?.
AddScope
(DataGridView, DataGridViewCellStyleScopes.Cell);
3061
Style.
AddScope
(DataGridView, DataGridViewCellStyleScopes.Cell);