1 write to _contents
PresentationFramework (1)
System\Windows\Annotations\AnnotationResource.cs (1)
396_contents = new XmlElementCollection();
5 references to _contents
PresentationFramework (5)
System\Windows\Annotations\AnnotationResource.cs (5)
150if (_contents != null) 152foreach (XmlElement content in _contents) 394if (_contents == null) 397_contents.CollectionChanged += OnContentsChanged; 399return _contents;