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); 1549defaultStyle.AddScope(this, DataGridViewCellStyleScopes.ColumnHeaders); 2021defaultCellStyleTmp.AddScope(this, DataGridViewCellStyleScopes.DataGridView); 2034_defaultCellStyle?.AddScope(this, DataGridViewCellStyleScopes.DataGridView); 2062defaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.DataGridView); 2099defaultStyle.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)
88style.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 103value?.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 848DefaultCellStyle.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (3)
625dataGridViewCellStyle.AddScope(DataGridView, DataGridViewCellStyleScopes.Cell); 640value?.AddScope(DataGridView, DataGridViewCellStyleScopes.Cell); 3061Style.AddScope(DataGridView, DataGridViewCellStyleScopes.Cell);