1 instantiation of AnnotationResourceChangedEventArgs
PresentationFramework (1)
System\Windows\Annotations\Annotation.cs (1)
883
handlers(this, new
AnnotationResourceChangedEventArgs
(this, action, resource));
10 references to AnnotationResourceChangedEventArgs
PresentationFramework (10)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
565
private void OnAnnotationUpdated(object sender,
AnnotationResourceChangedEventArgs
args)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
241
private void OnAnchorChanged(object sender,
AnnotationResourceChangedEventArgs
args)
253
private void OnCargoChanged(object sender,
AnnotationResourceChangedEventArgs
args)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1261
private void OnAnnotationUpdated(object obj,
AnnotationResourceChangedEventArgs
args)
System\Windows\Annotations\AnnotationResourceChangedEventArgs.cs (1)
23
public delegate void AnnotationResourceChangedEventHandler(Object sender,
AnnotationResourceChangedEventArgs
e);
System\Windows\Annotations\AnnotationService.cs (1)
1237
private void OnAnchorChanged(object sender,
AnnotationResourceChangedEventArgs
args)
System\Windows\Annotations\Storage\AnnotationStore.cs (2)
258
protected virtual void OnAnchorChanged(
AnnotationResourceChangedEventArgs
args)
288
protected virtual void OnCargoChanged(
AnnotationResourceChangedEventArgs
args)
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
612
private void HandleAnchorChanged(object sender,
AnnotationResourceChangedEventArgs
e)
628
private void HandleCargoChanged(object sender,
AnnotationResourceChangedEventArgs
e)