1 write to _contents
PresentationFramework (1)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
419
_contents
= new XmlElementCollection();
5 references to _contents
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (5)
169
if (
_contents
!= null)
171
foreach (XmlElement content in
_contents
)
417
if (
_contents
== null)
420
_contents
.CollectionChanged += OnContentsChanged;
422
return
_contents
;