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