3 implementations of ModifyAttachedAnnotation
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
327public void ModifyAttachedAnnotation(IAttachedAnnotation attachedAnnotation, object previousAttachedAnchor, AttachmentLevel previousAttachmentLevel)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
277public void ModifyAttachedAnnotation(IAttachedAnnotation attachedAnnotation, object previousAttachedAnchor, AttachmentLevel previousAttachmentLevel)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
982void IAnnotationComponent.ModifyAttachedAnnotation(IAttachedAnnotation attachedAnnotation, object previousAttachedAnchor, AttachmentLevel previousAttachmentLevel)
1 reference to ModifyAttachedAnnotation
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
252component.ModifyAttachedAnnotation(attachedAnnotation, previousAttachedAnchor, previousAttachmentLevel); // let the annotation component know