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