1 instantiation of AnnotationAuthorChangedEventArgs
PresentationFramework (1)
src\Framework\System\Windows\Annotations\Annotation.cs (1)
892AuthorChanged(this, new AnnotationAuthorChangedEventArgs(this, action, author));
5 references to AnnotationAuthorChangedEventArgs
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
280private void OnAuthorChanged(object sender, AnnotationAuthorChangedEventArgs args)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1274private void OnAuthorUpdated(object obj, AnnotationAuthorChangedEventArgs args)
src\Framework\System\Windows\Annotations\AnnotationAuthorChangedEventArgs.cs (1)
30public delegate void AnnotationAuthorChangedEventHandler(Object sender, AnnotationAuthorChangedEventArgs e);
src\Framework\System\Windows\Annotations\Storage\AnnotationStore.cs (1)
244protected virtual void OnAuthorChanged(AnnotationAuthorChangedEventArgs args)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
630private void HandleAuthorChanged(object sender, AnnotationAuthorChangedEventArgs e)