1 implementation of FullyAttachedAnchor
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
156public Object FullyAttachedAnchor
4 references to FullyAttachedAnchor
PresentationFramework (4)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
453TextAnchor fullAnchor = _attachedAnnotation.FullyAttachedAnchor as TextAnchor;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
1103TextAnchor firstAnchor = ((IAttachedAnnotation)first.AttachedAnnotations[0]).FullyAttachedAnchor as TextAnchor; 1104TextAnchor secondAnchor = ((IAttachedAnnotation)second.AttachedAnnotations[0]).FullyAttachedAnchor as TextAnchor;
System\Windows\Annotations\AnnotationHelper.cs (1)
976TextAnchor textAnchor = attachedAnnotation.FullyAttachedAnchor as TextAnchor;