3 references to ConvertTextToValue
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2643this.PropertyValue = ConvertTextToValue(str);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
2564DrawValue(die.Graphics, drawBounds, drawBounds, gridEntry, gridEntry.ConvertTextToValue(text), (int)(die.State & DrawItemState.Selected) != 0, false, false, false); 4841value = ipeCur.ConvertTextToValue(text);