1 implementation of AttachedAnchor
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
135public Object AttachedAnchor { get { return _attachedAnchor; } }
12 references to AttachedAnchor
PresentationFramework (12)
MS\Internal\Annotations\Component\HighlightComponent.cs (4)
226TextAnchor textAnchor = attachedAnnotation.AttachedAnchor as TextAnchor; 323TextAnchor textAnchor = _attachedAnnotation.AttachedAnchor as TextAnchor; 509TextAnchor textAnchor = attachedAnnotation.AttachedAnchor as TextAnchor; 571TextAnchor textAnchor = _attachedAnnotation.AttachedAnchor as TextAnchor;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
471TextAnchor anchor = _attachedAnnotation.AttachedAnchor as TextAnchor;
System\Windows\Annotations\AnnotationHelper.cs (2)
636TextAnchor ta = attachedAnnotations[i].AttachedAnchor as TextAnchor; 825TextAnchor anchor = attachedAnnot.AttachedAnchor as TextAnchor;
System\Windows\Annotations\AnnotationService.cs (5)
828object oldAttachedAnchor = firstAttachedAnnotation.AttachedAnchor; 838TextAnchor newAnchor = secondAttachedAnnotation.AttachedAnchor as TextAnchor; 876object oldAttachedAnchor = matchingAnnotation.AttachedAnchor; 883((AttachedAnnotation)matchingAnnotation).Update(attachedAnnotation.AttachedAnchor, attachedAnnotation.AttachmentLevel, null); 1428object oldAttachedAnchor = attachedAnnotation.AttachedAnchor;