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)
29return _parentSchemaContext.TryGetCompatibleXamlNamespace(xamlNamespace, out compatibleNamespace); 34return _parentSchemaContext.GetXamlDirective(xamlNamespace, name); 39return _parentSchemaContext.GetAllXamlNamespaces(); 44return _parentSchemaContext.GetAllXamlTypes(xamlNamespace); 49return _parentSchemaContext.GetPreferredPrefix(xmlns); 54return _parentSchemaContext.GetXamlType(type); 68return _parentSchemaContext.GetXamlType(fullTypeName); 546XamlType xType = _parentSchemaContext.GetXamlType(type); 598if (_parentSchemaContext == System.Windows.Markup.XamlReader.BamlSharedSchemaContext) 604xamlType = _parentSchemaContext.GetXamlType(KnownTypes.GetKnownType(typeId)); 628if (_parentSchemaContext == System.Windows.Markup.XamlReader.BamlSharedSchemaContext)