4 references to AttachedAnnotationChanged
PresentationFramework (4)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
35service?.AttachedAnnotationChanged += new AttachedAnnotationChangedEventHandler(AttachedAnnotationUpdateEventHandler);
System\Windows\Annotations\AnnotationService.cs (3)
1255AttachedAnnotationChanged(this, newArgs); 1613if (AttachedAnnotationChanged != null) 1617AttachedAnnotationChanged(this, args);