1 write to _contents
PresentationFramework (1)
System\Windows\Annotations\AnnotationResource.cs (1)
390_contents = new XmlElementCollection();
5 references to _contents
PresentationFramework (5)
System\Windows\Annotations\AnnotationResource.cs (5)
144if (_contents != null) 146foreach (XmlElement content in _contents) 388if (_contents == null) 391_contents.CollectionChanged += OnContentsChanged; 393return _contents;