2 overrides of GetAllXamlNamespaces
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
37
public override IEnumerable<string>
GetAllXamlNamespaces
()
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
69
public override IEnumerable<string>
GetAllXamlNamespaces
()
3 references to GetAllXamlNamespaces
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
39
return _parentSchemaContext.
GetAllXamlNamespaces
();
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
79
List<string> resultList = new List<string>(_sharedSchemaContext.
GetAllXamlNamespaces
());
85
result = _sharedSchemaContext.
GetAllXamlNamespaces
();