1 write to _ignoredNamespaces
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
973_ignoredNamespaces = null;
4 references to _ignoredNamespaces
PresentationFramework (4)
System\Windows\Annotations\Storage\XmlStreamStore.cs (4)
457return _ignoredNamespaces; 859_ignoredNamespaces.Clear(); 881if (!_ignoredNamespaces.Contains(namespaceUri)) 882_ignoredNamespaces.Add(namespaceUri);