1 write to _anchors
PresentationFramework (1)
System\Windows\Annotations\Annotation.cs (1)
890
_anchors
= new AnnotationResourceCollection();
7 references to _anchors
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (7)
226
if (
_anchors
!= null &&
_anchors
.Count > 0)
229
foreach (AnnotationResource anchor in
_anchors
)
295
_anchors
.Add(anchor);
474
return
_anchors
;
891
_anchors
.ItemChanged += OnAnchorChanged;
892
_anchors
.CollectionChanged += OnAnchorsChanged;