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