1 write to _parentSchemaContext
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
35
_parentSchemaContext
= parentSchemaContext;
11 references to _parentSchemaContext
PresentationFramework (11)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (11)
42
return
_parentSchemaContext
.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace);
47
return
_parentSchemaContext
.GetXamlDirective(xamlNamespace, name);
52
return
_parentSchemaContext
.GetAllXamlNamespaces();
57
return
_parentSchemaContext
.GetAllXamlTypes(xamlNamespace);
62
return
_parentSchemaContext
.GetPreferredPrefix(xmlns);
67
return
_parentSchemaContext
.GetXamlType(type);
81
return
_parentSchemaContext
.GetXamlType(fullTypeName);
559
XamlType xType =
_parentSchemaContext
.GetXamlType(type);
611
if (
_parentSchemaContext
== System.Windows.Markup.XamlReader.BamlSharedSchemaContext)
617
xamlType =
_parentSchemaContext
.GetXamlType(KnownTypes.GetKnownType(typeId));
641
if (
_parentSchemaContext
== System.Windows.Markup.XamlReader.BamlSharedSchemaContext)