3 references to ParseFormattedValueInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
4448return ParseFormattedValueInternal(this.ValueType, formattedValue, cellStyle, formattedValueTypeConverter, valueTypeConverter);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
2679object value = ParseFormattedValueInternal(this.DisplayType, formattedValue, cellStyle, 2697return ParseFormattedValueInternal(this.ValueType, formattedValue, cellStyle,