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