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);
1527
_columnHeadersDefaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.ColumnHeaders);
1555
defaultStyle.
AddScope
(this, DataGridViewCellStyleScopes.ColumnHeaders);
2027
defaultCellStyleTmp.
AddScope
(this, DataGridViewCellStyleScopes.DataGridView);
2040
_defaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.DataGridView);
2068
defaultCellStyle.
AddScope
(this, DataGridViewCellStyleScopes.DataGridView);
2105
defaultStyle.
AddScope
(this, DataGridViewCellStyleScopes.RowHeaders);
3314
_rowHeadersDefaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.RowHeaders);
3500
_rowsDefaultCellStyle.
AddScope
(this, DataGridViewCellStyleScopes.Rows);
3510
_rowsDefaultCellStyle?.
AddScope
(this, DataGridViewCellStyleScopes.Rows);
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (3)
80
style.
AddScope
(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);
95
value?.
AddScope
(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);
837
DefaultCellStyle.
AddScope
(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (3)
617
dataGridViewCellStyle.
AddScope
(DataGridView, DataGridViewCellStyleScopes.Cell);
632
value?.
AddScope
(DataGridView, DataGridViewCellStyleScopes.Cell);
3050
Style.
AddScope
(DataGridView, DataGridViewCellStyleScopes.Cell);