4 references to ConvertFromString
System.Activities (2)
System\Activities\Debugger\DebugInfo.cs (1)
135ActivityWithResult expression = converter.ConvertFromString(
System\Activities\XamlIntegration\ActivityWithResultConverter.cs (1)
168literalValue = (T)BaseConverter.ConvertFromString(context, text);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1131return TypeConverter.ConvertFromString(this, text);
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\PropertySegmentSerializer.cs (1)
112convertedValue = converter.ConvertFromString(context, value);