1 write to _contents
PresentationFramework (1)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
419_contents = new XmlElementCollection();
5 references to _contents
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (5)
169if (_contents != null) 171foreach (XmlElement content in _contents) 417if (_contents == null) 420_contents.CollectionChanged += OnContentsChanged; 422return _contents;