5 references to AttachedAnnotation
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (5)
110this.AddAttachedAnnotation(e.AttachedAnnotation, true); 114this.RemoveAttachedAnnotation(e.AttachedAnnotation, true); 118this.AddAttachedAnnotation(e.AttachedAnnotation, false); 122this.RemoveAttachedAnnotation(e.AttachedAnnotation, false); 126this.ModifyAttachedAnnotation(e.AttachedAnnotation, e.PreviousAttachedAnchor, e.PreviousAttachmentLevel);