6 references to AuthorChanged
PresentationFramework (6)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
70annotation.AuthorChanged += OnAuthorChanged; 86existingCachedAnnot.Annotation.AuthorChanged -= OnAuthorChanged;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1319_attachedAnnotation.Annotation.AuthorChanged += new AnnotationAuthorChangedEventHandler(OnAuthorUpdated); 1349_attachedAnnotation.Annotation.AuthorChanged -= new AnnotationAuthorChangedEventHandler(OnAuthorUpdated);
System\Windows\Annotations\Annotation.cs (2)
858if (AuthorChanged != null) 860AuthorChanged(this, new AnnotationAuthorChangedEventArgs(this, action, author));