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