1 implementation of AttachedAnchor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
146public Object AttachedAnchor { get { return _attachedAnchor; } }
12 references to AttachedAnchor
PresentationFramework (12)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (4)
245TextAnchor textAnchor = attachedAnnotation.AttachedAnchor as TextAnchor; 348TextAnchor textAnchor = _attachedAnnotation.AttachedAnchor as TextAnchor; 543TextAnchor textAnchor = attachedAnnotation.AttachedAnchor as TextAnchor; 606TextAnchor textAnchor = _attachedAnnotation.AttachedAnchor as TextAnchor;
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
493TextAnchor anchor = _attachedAnnotation.AttachedAnchor as TextAnchor;
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (2)
658TextAnchor ta = attachedAnnotations[i].AttachedAnchor as TextAnchor; 847TextAnchor anchor = attachedAnnot.AttachedAnchor as TextAnchor;
src\Framework\System\Windows\Annotations\AnnotationService.cs (5)
879object oldAttachedAnchor = firstAttachedAnnotation.AttachedAnchor; 889TextAnchor newAnchor = secondAttachedAnnotation.AttachedAnchor as TextAnchor; 927object oldAttachedAnchor = matchingAnnotation.AttachedAnchor; 934((AttachedAnnotation)matchingAnnotation).Update(attachedAnnotation.AttachedAnchor, attachedAnnotation.AttachmentLevel, null); 1486object oldAttachedAnchor = attachedAnnotation.AttachedAnchor;