1 write to _anchors
PresentationFramework (1)
System\Windows\Annotations\Annotation.cs (1)
893
_anchors
= new AnnotationResourceCollection();
7 references to _anchors
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (7)
225
if (
_anchors
!= null &&
_anchors
.Count > 0)
228
foreach (AnnotationResource anchor in
_anchors
)
294
_anchors
.Add(anchor);
473
return
_anchors
;
894
_anchors
.ItemChanged += OnAnchorChanged;
895
_anchors
.CollectionChanged += OnAnchorsChanged;