5 references to AnchorChanged
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
84
annotation.
AnchorChanged
+= OnAnchorChanged;
100
existingCachedAnnot.Annotation.
AnchorChanged
-= OnAnchorChanged;
src\Framework\System\Windows\Annotations\Annotation.cs (3)
776
FireResourceEvent((AnnotationResource)sender, AnnotationAction.Modified,
AnchorChanged
);
802
FireResourceEvent(anchor, AnnotationAction.Removed,
AnchorChanged
);
823
FireResourceEvent(anchor, action,
AnchorChanged
);