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)
144
if (
_contents
!= null)
146
foreach (XmlElement content in
_contents
)
388
if (
_contents
== null)
391
_contents
.CollectionChanged += OnContentsChanged;
393
return
_contents
;