6 references to GetXamlType
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
81return _parentSchemaContext.GetXamlType(fullTypeName);
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
314XamlType xamlType = GetXamlType(xamlTypeName);
System\Windows\TemplateContent.cs (1)
1451return _schemaContext.GetXamlType(XamlTypeName.Parse(qualifiedTypeName, this)).UnderlyingType;
System.Xaml (3)
System\Xaml\Context\XamlContext.cs (1)
262XamlType xamlType = _schemaContext.GetXamlType(typeName);
System\Xaml\Schema\XamlTypeTypeConverter.cs (1)
94XamlType result = schemaContext.GetXamlType(typeName);
System\Xaml\XamlSchemaContext.cs (1)
288typeArgs[i] = GetXamlType(xamlTypeName.TypeArguments[i]);