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