2 references to s_defaultFormattedValueType
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
306
return
s_defaultFormattedValueType
;
368
public override Type FormattedValueType =>
s_defaultFormattedValueType
;