3 references to Parse
PresentationFramework (1)
System\Windows\TemplateContent.cs (1)
1455return _schemaContext.GetXamlType(XamlTypeName.Parse(qualifiedTypeName, this)).UnderlyingType;
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (1)
159XamlTypeName name = XamlTypeName.Parse(qName, _serviceProviderContext);
System\Xaml\Schema\XamlTypeTypeConverter.cs (1)
73XamlTypeName xamlTypeName = XamlTypeName.Parse(typeName, namespaceResolver);