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