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