1 write to _parentSchemaContext
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
31
_parentSchemaContext
= parentSchemaContext;
11 references to _parentSchemaContext
PresentationFramework (11)
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (11)
38
return
_parentSchemaContext
.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace);
43
return
_parentSchemaContext
.GetXamlDirective(xamlNamespace, name);
48
return
_parentSchemaContext
.GetAllXamlNamespaces();
53
return
_parentSchemaContext
.GetAllXamlTypes(xamlNamespace);
58
return
_parentSchemaContext
.GetPreferredPrefix(xmlns);
63
return
_parentSchemaContext
.GetXamlType(type);
77
return
_parentSchemaContext
.GetXamlType(fullTypeName);
567
XamlType xType =
_parentSchemaContext
.GetXamlType(type);
619
if (
_parentSchemaContext
== System.Windows.Markup.XamlReader.BamlSharedSchemaContext)
625
xamlType =
_parentSchemaContext
.GetXamlType(KnownTypes.GetKnownType(typeId));
649
if (
_parentSchemaContext
== System.Windows.Markup.XamlReader.BamlSharedSchemaContext)