3 implementations of ModifyAttachedAnnotation
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
311public void ModifyAttachedAnnotation(IAttachedAnnotation attachedAnnotation, object previousAttachedAnchor, AttachmentLevel previousAttachmentLevel)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
263public void ModifyAttachedAnnotation(IAttachedAnnotation attachedAnnotation, object previousAttachedAnchor, AttachmentLevel previousAttachmentLevel)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
966void IAnnotationComponent.ModifyAttachedAnnotation(IAttachedAnnotation attachedAnnotation, object previousAttachedAnchor, AttachmentLevel previousAttachmentLevel)
1 reference to ModifyAttachedAnnotation
PresentationFramework (1)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
246component.ModifyAttachedAnnotation(attachedAnnotation, previousAttachedAnchor, previousAttachmentLevel); // let the annotation component know