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