17 references to AddScope
System.Windows.Forms (17)
winforms\Managed\System\WinForms\DataGridView.cs (11)
971this.alternatingRowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows); 982this.alternatingRowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows); 1933this.columnHeadersDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.ColumnHeaders); 1955defaultStyle.AddScope(this, DataGridViewCellStyleScopes.ColumnHeaders); 2544defaultCellStyleTmp.AddScope(this, DataGridViewCellStyleScopes.DataGridView); 2559this.defaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.DataGridView); 2582defaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.DataGridView); 2644defaultStyle.AddScope(this, DataGridViewCellStyleScopes.RowHeaders); 4221this.rowHeadersDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.RowHeaders); 4461this.rowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.Rows); 4472this.rowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.Rows);
winforms\Managed\System\WinForms\DataGridViewBand.cs (3)
131dgvcs.AddScope(this.DataGridView, 149value.AddScope(this.DataGridView, 1027this.DefaultCellStyle.AddScope(this.DataGridView,
winforms\Managed\System\WinForms\DataGridViewCell.cs (3)
806dgvcs.AddScope(this.DataGridView, DataGridViewCellStyleScopes.Cell); 823value.AddScope(this.DataGridView, DataGridViewCellStyleScopes.Cell); 3483this.Style.AddScope(this.DataGridView, DataGridViewCellStyleScopes.Cell);