5 references to AttachedAnnotation
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (5)
116this.AddAttachedAnnotation(e.AttachedAnnotation, true); 120this.RemoveAttachedAnnotation(e.AttachedAnnotation, true); 124this.AddAttachedAnnotation(e.AttachedAnnotation, false); 128this.RemoveAttachedAnnotation(e.AttachedAnnotation, false); 132this.ModifyAttachedAnnotation(e.AttachedAnnotation, e.PreviousAttachedAnchor, e.PreviousAttachmentLevel);