1 instantiation of AnnotationAuthorChangedEventArgs
PresentationFramework (1)
System\Windows\Annotations\Annotation.cs (1)
867
AuthorChanged(this, new
AnnotationAuthorChangedEventArgs
(this, action, author));
5 references to AnnotationAuthorChangedEventArgs
PresentationFramework (5)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
273
private void OnAuthorChanged(object sender,
AnnotationAuthorChangedEventArgs
args)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1259
private void OnAuthorUpdated(object obj,
AnnotationAuthorChangedEventArgs
args)
System\Windows\Annotations\AnnotationAuthorChangedEventArgs.cs (1)
25
public delegate void AnnotationAuthorChangedEventHandler(Object sender,
AnnotationAuthorChangedEventArgs
e);
System\Windows\Annotations\Storage\AnnotationStore.cs (1)
237
protected virtual void OnAuthorChanged(
AnnotationAuthorChangedEventArgs
args)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
608
private void HandleAuthorChanged(object sender,
AnnotationAuthorChangedEventArgs
e)