2 references to s_propDataGridViewColumnValueType
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (2)
791get => Properties.GetValueOrDefault<Type>(s_propDataGridViewColumnValueType); 792set => Properties.AddOrRemoveValue(s_propDataGridViewColumnValueType, value);