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