1 write to _parentSchemaContext
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
21
_parentSchemaContext
= parentSchemaContext;
11 references to _parentSchemaContext
PresentationFramework (11)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (11)
28
return
_parentSchemaContext
.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace);
33
return
_parentSchemaContext
.GetXamlDirective(xamlNamespace, name);
38
return
_parentSchemaContext
.GetAllXamlNamespaces();
43
return
_parentSchemaContext
.GetAllXamlTypes(xamlNamespace);
48
return
_parentSchemaContext
.GetPreferredPrefix(xmlns);
53
return
_parentSchemaContext
.GetXamlType(type);
67
return
_parentSchemaContext
.GetXamlType(fullTypeName);
547
XamlType xType =
_parentSchemaContext
.GetXamlType(type);
599
if (
_parentSchemaContext
== System.Windows.Markup.XamlReader.BamlSharedSchemaContext)
605
xamlType =
_parentSchemaContext
.GetXamlType(KnownTypes.GetKnownType(typeId));
629
if (
_parentSchemaContext
== System.Windows.Markup.XamlReader.BamlSharedSchemaContext)