3 references to s_propCellValueType
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (3)
286
private protected virtual bool HasValueType => Properties.ContainsKey(
s_propCellValueType
);
708
if (!Properties.TryGetValue(
s_propCellValueType
, out Type? cellValueType) && OwningColumn is not null)
715
set => Properties.AddOrRemoveValue(
s_propCellValueType
, value);