1 reference to s_defaultValueType
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
360
public override Type ValueType => base.ValueType ??
s_defaultValueType
;