1 write to _ignoredNamespaces
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
975_ignoredNamespaces = null;
4 references to _ignoredNamespaces
PresentationFramework (4)
System\Windows\Annotations\Storage\XmlStreamStore.cs (4)
457return _ignoredNamespaces; 861_ignoredNamespaces.Clear(); 883if (!_ignoredNamespaces.Contains(namespaceUri)) 884_ignoredNamespaces.Add(namespaceUri);