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)
150
if (
_contents
!= null)
152
foreach (XmlElement content in
_contents
)
394
if (
_contents
== null)
397
_contents
.CollectionChanged += OnContentsChanged;
399
return
_contents
;