7 references to Cell
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewCell.cs (5)
806dgvcs.AddScope(this.DataGridView, DataGridViewCellStyleScopes.Cell); 817dgvcs.RemoveScope(DataGridViewCellStyleScopes.Cell); 823value.AddScope(this.DataGridView, DataGridViewCellStyleScopes.Cell); 3479this.Style.RemoveScope(DataGridViewCellStyleScopes.Cell); 3483this.Style.AddScope(this.DataGridView, DataGridViewCellStyleScopes.Cell);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
13271if ((e.CellStyleScope & DataGridViewCellStyleScopes.Cell) == DataGridViewCellStyleScopes.Cell && (e.CellStyleScope & DataGridViewCellStyleScopes.DataGridView) == 0)