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