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