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)
233if (_anchors != null && _anchors.Count > 0) 236foreach (AnnotationResource anchor in _anchors) 302_anchors.Add(anchor); 481return _anchors; 898_anchors.ItemChanged += OnAnchorChanged; 899_anchors.CollectionChanged += OnAnchorsChanged;