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