6 references to AuthorChanged
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
83
annotation.
AuthorChanged
+= OnAuthorChanged;
99
existingCachedAnnot.Annotation.
AuthorChanged
-= OnAuthorChanged;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1344
_attachedAnnotation.Annotation.
AuthorChanged
+= new AnnotationAuthorChangedEventHandler(OnAuthorUpdated);
1374
_attachedAnnotation.Annotation.
AuthorChanged
-= new AnnotationAuthorChangedEventHandler(OnAuthorUpdated);
src\Framework\System\Windows\Annotations\Annotation.cs (2)
890
if (
AuthorChanged
!= null)
892
AuthorChanged
(this, new AnnotationAuthorChangedEventArgs(this, action, author));