11 references to AnnotationResourceChangedEventHandler
PresentationFramework (11)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (4)
41internal StoreAnnotationsMap(AnnotationAuthorChangedEventHandler authorChanged, AnnotationResourceChangedEventHandler anchorChanged, AnnotationResourceChangedEventHandler cargoChanged) 287private AnnotationResourceChangedEventHandler _anchorChanged; 288private AnnotationResourceChangedEventHandler _cargoChanged;
System\Windows\Annotations\Annotation.cs (3)
385public event AnnotationResourceChangedEventHandler AnchorChanged; 393public event AnnotationResourceChangedEventHandler CargoChanged; 870private void FireResourceEvent(AnnotationResource resource, AnnotationAction action, AnnotationResourceChangedEventHandler handlers)
System\Windows\Annotations\Storage\AnnotationStore.cs (4)
181public event AnnotationResourceChangedEventHandler AnchorChanged; 189public event AnnotationResourceChangedEventHandler CargoChanged; 261AnnotationResourceChangedEventHandler anchorChanged = null; 291AnnotationResourceChangedEventHandler cargoChanged = null;