4 references to AttachedAnnotationChanged
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
47service.AttachedAnnotationChanged += new AttachedAnnotationChangedEventHandler(AttachedAnnotationUpdateEventHandler);
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
1326AttachedAnnotationChanged(this, newArgs); 1684if (AttachedAnnotationChanged != null) 1688AttachedAnnotationChanged(this, args);