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