6 references to AuthorChanged
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
83annotation.AuthorChanged += OnAuthorChanged; 99existingCachedAnnot.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)
890if (AuthorChanged != null) 892AuthorChanged(this, new AnnotationAuthorChangedEventArgs(this, action, author));