5 references to AttachedAnnotation
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (5)
111this.AddAttachedAnnotation(e.AttachedAnnotation, true); 115this.RemoveAttachedAnnotation(e.AttachedAnnotation, true); 119this.AddAttachedAnnotation(e.AttachedAnnotation, false); 123this.RemoveAttachedAnnotation(e.AttachedAnnotation, false); 127this.ModifyAttachedAnnotation(e.AttachedAnnotation, e.PreviousAttachedAnchor, e.PreviousAttachmentLevel);