1 write to _parentSchemaContext
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
22
_parentSchemaContext
= parentSchemaContext;
11 references to _parentSchemaContext
PresentationFramework (11)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (11)
29
return
_parentSchemaContext
.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace);
34
return
_parentSchemaContext
.GetXamlDirective(xamlNamespace, name);
39
return
_parentSchemaContext
.GetAllXamlNamespaces();
44
return
_parentSchemaContext
.GetAllXamlTypes(xamlNamespace);
49
return
_parentSchemaContext
.GetPreferredPrefix(xmlns);
54
return
_parentSchemaContext
.GetXamlType(type);
68
return
_parentSchemaContext
.GetXamlType(fullTypeName);
546
XamlType xType =
_parentSchemaContext
.GetXamlType(type);
598
if (
_parentSchemaContext
== System.Windows.Markup.XamlReader.BamlSharedSchemaContext)
604
xamlType =
_parentSchemaContext
.GetXamlType(KnownTypes.GetKnownType(typeId));
628
if (
_parentSchemaContext
== System.Windows.Markup.XamlReader.BamlSharedSchemaContext)