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