17 references to AddScope
System.Windows.Forms (17)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (11)
799
_alternatingRowsDefaultCellStyle.
AddScope
(this, DataGridViewCellStyleScopes.AlternatingRows);
809
_alternatingRowsDefaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.AlternatingRows);
1528
_columnHeadersDefaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.ColumnHeaders);
1556
defaultStyle.
AddScope
(this, DataGridViewCellStyleScopes.ColumnHeaders);
2028
defaultCellStyleTmp.
AddScope
(this, DataGridViewCellStyleScopes.DataGridView);
2041
_defaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.DataGridView);
2069
defaultCellStyle.
AddScope
(this, DataGridViewCellStyleScopes.DataGridView);
2106
defaultStyle.
AddScope
(this, DataGridViewCellStyleScopes.RowHeaders);
3315
_rowHeadersDefaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.RowHeaders);
3501
_rowsDefaultCellStyle.
AddScope
(this, DataGridViewCellStyleScopes.Rows);
3511
_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);