1 instantiation of AnnotationResourceChangedEventArgs
PresentationFramework (1)
System\Windows\Annotations\Annotation.cs (1)
880
handlers(this, new
AnnotationResourceChangedEventArgs
(this, action, resource));
10 references to AnnotationResourceChangedEventArgs
PresentationFramework (10)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
566
private void OnAnnotationUpdated(object sender,
AnnotationResourceChangedEventArgs
args)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
242
private void OnAnchorChanged(object sender,
AnnotationResourceChangedEventArgs
args)
254
private void OnCargoChanged(object sender,
AnnotationResourceChangedEventArgs
args)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1263
private void OnAnnotationUpdated(object obj,
AnnotationResourceChangedEventArgs
args)
System\Windows\Annotations\AnnotationResourceChangedEventArgs.cs (1)
24
public delegate void AnnotationResourceChangedEventHandler(Object sender,
AnnotationResourceChangedEventArgs
e);
System\Windows\Annotations\AnnotationService.cs (1)
1243
private void OnAnchorChanged(object sender,
AnnotationResourceChangedEventArgs
args)
System\Windows\Annotations\Storage\AnnotationStore.cs (2)
259
protected virtual void OnAnchorChanged(
AnnotationResourceChangedEventArgs
args)
289
protected virtual void OnCargoChanged(
AnnotationResourceChangedEventArgs
args)
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
613
private void HandleAnchorChanged(object sender,
AnnotationResourceChangedEventArgs
e)
629
private void HandleCargoChanged(object sender,
AnnotationResourceChangedEventArgs
e)