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