5 references to AnchorChanged
PresentationFramework (5)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
71annotation.AnchorChanged += OnAnchorChanged; 87existingCachedAnnot.Annotation.AnchorChanged -= OnAnchorChanged;
System\Windows\Annotations\Annotation.cs (3)
748FireResourceEvent((AnnotationResource)sender, AnnotationAction.Modified, AnchorChanged); 774FireResourceEvent(anchor, AnnotationAction.Removed, AnchorChanged); 795FireResourceEvent(anchor, action, AnchorChanged);