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