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)
28return _parentSchemaContext.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace); 33return _parentSchemaContext.GetXamlDirective(xamlNamespace, name); 38return _parentSchemaContext.GetAllXamlNamespaces(); 43return _parentSchemaContext.GetAllXamlTypes(xamlNamespace); 48return _parentSchemaContext.GetPreferredPrefix(xmlns); 53return _parentSchemaContext.GetXamlType(type); 67return _parentSchemaContext.GetXamlType(fullTypeName); 547XamlType xType = _parentSchemaContext.GetXamlType(type); 599if (_parentSchemaContext == System.Windows.Markup.XamlReader.BamlSharedSchemaContext) 605xamlType = _parentSchemaContext.GetXamlType(KnownTypes.GetKnownType(typeId)); 629if (_parentSchemaContext == System.Windows.Markup.XamlReader.BamlSharedSchemaContext)