2 overrides of GetAllXamlNamespaces
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
36
public override IEnumerable<string>
GetAllXamlNamespaces
()
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
68
public override IEnumerable<string>
GetAllXamlNamespaces
()
3 references to GetAllXamlNamespaces
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
38
return _parentSchemaContext.
GetAllXamlNamespaces
();
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
78
List<string> resultList = new List<string>(_sharedSchemaContext.
GetAllXamlNamespaces
());
84
result = _sharedSchemaContext.
GetAllXamlNamespaces
();