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