5 references to AttachedAnnotation
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (5)
121this.AddAttachedAnnotation(e.AttachedAnnotation, true); 125this.RemoveAttachedAnnotation(e.AttachedAnnotation, true); 129this.AddAttachedAnnotation(e.AttachedAnnotation, false); 133this.RemoveAttachedAnnotation(e.AttachedAnnotation, false); 137this.ModifyAttachedAnnotation(e.AttachedAnnotation, e.PreviousAttachedAnchor, e.PreviousAttachmentLevel);