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