1 implementation of AttachedAnchor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
146
public Object
AttachedAnchor
{ get { return _attachedAnchor; } }
12 references to AttachedAnchor
PresentationFramework (12)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (4)
245
TextAnchor textAnchor = attachedAnnotation.
AttachedAnchor
as TextAnchor;
348
TextAnchor textAnchor = _attachedAnnotation.
AttachedAnchor
as TextAnchor;
543
TextAnchor textAnchor = attachedAnnotation.
AttachedAnchor
as TextAnchor;
606
TextAnchor textAnchor = _attachedAnnotation.
AttachedAnchor
as TextAnchor;
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
493
TextAnchor anchor = _attachedAnnotation.
AttachedAnchor
as TextAnchor;
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (2)
658
TextAnchor ta = attachedAnnotations[i].
AttachedAnchor
as TextAnchor;
847
TextAnchor anchor = attachedAnnot.
AttachedAnchor
as TextAnchor;
src\Framework\System\Windows\Annotations\AnnotationService.cs (5)
879
object oldAttachedAnchor = firstAttachedAnnotation.
AttachedAnchor
;
889
TextAnchor newAnchor = secondAttachedAnnotation.
AttachedAnchor
as TextAnchor;
927
object oldAttachedAnchor = matchingAnnotation.
AttachedAnchor
;
934
((AttachedAnnotation)matchingAnnotation).Update(attachedAnnotation.
AttachedAnchor
, attachedAnnotation.AttachmentLevel, null);
1486
object oldAttachedAnchor = attachedAnnotation.
AttachedAnchor
;