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