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