1 implementation of FullyAttachedAnchor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
166public Object FullyAttachedAnchor
4 references to FullyAttachedAnchor
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
480TextAnchor fullAnchor = _attachedAnnotation.FullyAttachedAnchor as TextAnchor;
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
1132TextAnchor firstAnchor = ((IAttachedAnnotation)first.AttachedAnnotations[0]).FullyAttachedAnchor as TextAnchor; 1133TextAnchor secondAnchor = ((IAttachedAnnotation)second.AttachedAnnotations[0]).FullyAttachedAnchor as TextAnchor;
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (1)
996TextAnchor textAnchor = attachedAnnotation.FullyAttachedAnchor as TextAnchor;