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