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)
225if (_anchors != null && _anchors.Count > 0) 228foreach (AnnotationResource anchor in _anchors) 294_anchors.Add(anchor); 473return _anchors; 894_anchors.ItemChanged += OnAnchorChanged; 895_anchors.CollectionChanged += OnAnchorsChanged;