1 write to _clrNamespaces
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
64
_clrNamespaces
= new HashSet<string>();
3 references to _clrNamespaces
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
160
foreach (string clrNs in
_clrNamespaces
)
367
if (!
_clrNamespaces
.Contains(xamlNamespace))
369
_clrNamespaces
.Add(xamlNamespace);