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