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