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