1 write to _clrNamespaces
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
65_clrNamespaces = new HashSet<string>();
3 references to _clrNamespaces
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
161foreach (string clrNs in _clrNamespaces) 368if (!_clrNamespaces.Contains(xamlNamespace)) 370_clrNamespaces.Add(xamlNamespace);