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