1 write to _anchors
PresentationFramework (1)
System\Windows\Annotations\Annotation.cs (1)
897
_anchors
= new AnnotationResourceCollection();
7 references to _anchors
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (7)
233
if (
_anchors
!= null &&
_anchors
.Count > 0)
236
foreach (AnnotationResource anchor in
_anchors
)
302
_anchors
.Add(anchor);
481
return
_anchors
;
898
_anchors
.ItemChanged += OnAnchorChanged;
899
_anchors
.CollectionChanged += OnAnchorsChanged;