2 overrides of ParseFormattedValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1634public override object ParseFormattedValue(object formattedValue,
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2657public override object ParseFormattedValue(object formattedValue,
3 references to ParseFormattedValue
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5022this.owner.Value = owner.ParseFormattedValue(formattedValue,
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1722return base.ParseFormattedValue(formattedValue, cellStyle, formattedValueTypeConverter, valueTypeConverter);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
25536val = dataGridViewCurrentCell.ParseFormattedValue(formattedValue, dgvcpe.InheritedCellStyle, null, null);