4 references to AttachedAnnotationChanged
PresentationFramework (4)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
37service.AttachedAnnotationChanged += new AttachedAnnotationChangedEventHandler(AttachedAnnotationUpdateEventHandler);
System\Windows\Annotations\AnnotationService.cs (3)
1268AttachedAnnotationChanged(this, newArgs); 1626if (AttachedAnnotationChanged != null) 1630AttachedAnnotationChanged(this, args);