1 write to _ignoredNamespaces
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
984_ignoredNamespaces = null;
4 references to _ignoredNamespaces
PresentationFramework (4)
System\Windows\Annotations\Storage\XmlStreamStore.cs (4)
468return _ignoredNamespaces; 870_ignoredNamespaces.Clear(); 892if (!_ignoredNamespaces.Contains(namespaceUri)) 893_ignoredNamespaces.Add(namespaceUri);