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)
255if (_anchors != null && _anchors.Count > 0) 258foreach (AnnotationResource anchor in _anchors) 327_anchors.Add(anchor); 506return _anchors; 923_anchors.ItemChanged += OnAnchorChanged; 924_anchors.CollectionChanged += OnAnchorsChanged;