1 write to _ignoredNamespaces
PresentationFramework (1)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
1013_ignoredNamespaces = null;
4 references to _ignoredNamespaces
PresentationFramework (4)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (4)
490return _ignoredNamespaces; 897_ignoredNamespaces.Clear(); 921if (!_ignoredNamespaces.Contains(namespaceUri)) 922_ignoredNamespaces.Add(namespaceUri);