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