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)
42return _parentSchemaContext.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace); 47return _parentSchemaContext.GetXamlDirective(xamlNamespace, name); 52return _parentSchemaContext.GetAllXamlNamespaces(); 57return _parentSchemaContext.GetAllXamlTypes(xamlNamespace); 62return _parentSchemaContext.GetPreferredPrefix(xmlns); 67return _parentSchemaContext.GetXamlType(type); 81return _parentSchemaContext.GetXamlType(fullTypeName); 559XamlType xType = _parentSchemaContext.GetXamlType(type); 611if (_parentSchemaContext == System.Windows.Markup.XamlReader.BamlSharedSchemaContext) 617xamlType = _parentSchemaContext.GetXamlType(KnownTypes.GetKnownType(typeId)); 641if (_parentSchemaContext == System.Windows.Markup.XamlReader.BamlSharedSchemaContext)