2 overrides of GetAllXamlNamespaces
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
50public override IEnumerable<string> GetAllXamlNamespaces()
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
72public override IEnumerable<string> GetAllXamlNamespaces()
3 references to GetAllXamlNamespaces
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
52return _parentSchemaContext.GetAllXamlNamespaces();
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
82List<string> resultList = new List<string>(_sharedSchemaContext.GetAllXamlNamespaces()); 88result = _sharedSchemaContext.GetAllXamlNamespaces();