11 references to AnnotationResourceChangedEventHandler
PresentationFramework (11)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (4)
54internal StoreAnnotationsMap(AnnotationAuthorChangedEventHandler authorChanged, AnnotationResourceChangedEventHandler anchorChanged, AnnotationResourceChangedEventHandler cargoChanged) 301private AnnotationResourceChangedEventHandler _anchorChanged; 302private AnnotationResourceChangedEventHandler _cargoChanged;
src\Framework\System\Windows\Annotations\Annotation.cs (3)
417public event AnnotationResourceChangedEventHandler AnchorChanged; 425public event AnnotationResourceChangedEventHandler CargoChanged; 902private void FireResourceEvent(AnnotationResource resource, AnnotationAction action, AnnotationResourceChangedEventHandler handlers)
src\Framework\System\Windows\Annotations\Storage\AnnotationStore.cs (4)
196public event AnnotationResourceChangedEventHandler AnchorChanged; 204public event AnnotationResourceChangedEventHandler CargoChanged; 276AnnotationResourceChangedEventHandler anchorChanged = null; 306AnnotationResourceChangedEventHandler cargoChanged = null;