7 references to Cell
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
12898if ((e.CellStyleScope & DataGridViewCellStyleScopes.Cell) == DataGridViewCellStyleScopes.Cell && (e.CellStyleScope & DataGridViewCellStyleScopes.DataGridView) == 0)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (5)
617dataGridViewCellStyle.AddScope(DataGridView, DataGridViewCellStyleScopes.Cell); 629dataGridViewCellStyle.RemoveScope(DataGridViewCellStyleScopes.Cell); 632value?.AddScope(DataGridView, DataGridViewCellStyleScopes.Cell); 3046Style.RemoveScope(DataGridViewCellStyleScopes.Cell); 3050Style.AddScope(DataGridView, DataGridViewCellStyleScopes.Cell);