2 references to s_propCellTag
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
650
get => Properties.GetValueOrDefault<object?>(
s_propCellTag
);
651
set => Properties.AddOrRemoveValue(
s_propCellTag
, value);