1 write to _contents
PresentationFramework (1)
System\Windows\Annotations\AnnotationResource.cs (1)
386_contents = new XmlElementCollection();
5 references to _contents
PresentationFramework (5)
System\Windows\Annotations\AnnotationResource.cs (5)
143if (_contents != null) 145foreach (XmlElement content in _contents) 384if (_contents == null) 387_contents.CollectionChanged += OnContentsChanged; 389return _contents;