1 write to _anchors
PresentationFramework (1)
src\Framework\System\Windows\Annotations\Annotation.cs (1)
922
_anchors
= new AnnotationResourceCollection();
7 references to _anchors
PresentationFramework (7)
src\Framework\System\Windows\Annotations\Annotation.cs (7)
255
if (
_anchors
!= null &&
_anchors
.Count > 0)
258
foreach (AnnotationResource anchor in
_anchors
)
327
_anchors
.Add(anchor);
506
return
_anchors
;
923
_anchors
.ItemChanged += OnAnchorChanged;
924
_anchors
.CollectionChanged += OnAnchorsChanged;