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