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)
226if (_anchors != null && _anchors.Count > 0) 229foreach (AnnotationResource anchor in _anchors) 295_anchors.Add(anchor); 474return _anchors; 891_anchors.ItemChanged += OnAnchorChanged; 892_anchors.CollectionChanged += OnAnchorsChanged;