1 write to _clrNamespaces
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
68_clrNamespaces = new HashSet<string>();
3 references to _clrNamespaces
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
164foreach (string clrNs in _clrNamespaces) 371if (!_clrNamespaces.Contains(xamlNamespace)) 373_clrNamespaces.Add(xamlNamespace);