1 write to _ignoredNamespaces
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
974_ignoredNamespaces = null;
4 references to _ignoredNamespaces
PresentationFramework (4)
System\Windows\Annotations\Storage\XmlStreamStore.cs (4)
456return _ignoredNamespaces; 860_ignoredNamespaces.Clear(); 882if (!_ignoredNamespaces.Contains(namespaceUri)) 883_ignoredNamespaces.Add(namespaceUri);