6 references to AuthorChanged
PresentationFramework (6)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
77
annotation.
AuthorChanged
+= OnAuthorChanged;
93
existingCachedAnnot.Annotation.
AuthorChanged
-= OnAuthorChanged;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1329
_attachedAnnotation.Annotation.
AuthorChanged
+= new AnnotationAuthorChangedEventHandler(OnAuthorUpdated);
1359
_attachedAnnotation.Annotation.
AuthorChanged
-= new AnnotationAuthorChangedEventHandler(OnAuthorUpdated);
System\Windows\Annotations\Annotation.cs (2)
865
if (
AuthorChanged
!= null)
867
AuthorChanged
(this, new AnnotationAuthorChangedEventArgs(this, action, author));