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)
143
if (
_contents
!= null)
145
foreach (XmlElement content in
_contents
)
384
if (
_contents
== null)
387
_contents
.CollectionChanged += OnContentsChanged;
389
return
_contents
;