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)
38return _parentSchemaContext.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace); 43return _parentSchemaContext.GetXamlDirective(xamlNamespace, name); 48return _parentSchemaContext.GetAllXamlNamespaces(); 53return _parentSchemaContext.GetAllXamlTypes(xamlNamespace); 58return _parentSchemaContext.GetPreferredPrefix(xmlns); 63return _parentSchemaContext.GetXamlType(type); 77return _parentSchemaContext.GetXamlType(fullTypeName); 567XamlType xType = _parentSchemaContext.GetXamlType(type); 619if (_parentSchemaContext == System.Windows.Markup.XamlReader.BamlSharedSchemaContext) 625xamlType = _parentSchemaContext.GetXamlType(KnownTypes.GetKnownType(typeId)); 649if (_parentSchemaContext == System.Windows.Markup.XamlReader.BamlSharedSchemaContext)