1 implementation of AttachedAnchor
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
135
public Object
AttachedAnchor
{ get { return _attachedAnchor; } }
12 references to AttachedAnchor
PresentationFramework (12)
MS\Internal\Annotations\Component\HighlightComponent.cs (4)
226
TextAnchor textAnchor = attachedAnnotation.
AttachedAnchor
as TextAnchor;
323
TextAnchor textAnchor = _attachedAnnotation.
AttachedAnchor
as TextAnchor;
509
TextAnchor textAnchor = attachedAnnotation.
AttachedAnchor
as TextAnchor;
571
TextAnchor textAnchor = _attachedAnnotation.
AttachedAnchor
as TextAnchor;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
471
TextAnchor anchor = _attachedAnnotation.
AttachedAnchor
as TextAnchor;
System\Windows\Annotations\AnnotationHelper.cs (2)
636
TextAnchor ta = attachedAnnotations[i].
AttachedAnchor
as TextAnchor;
825
TextAnchor anchor = attachedAnnot.
AttachedAnchor
as TextAnchor;
System\Windows\Annotations\AnnotationService.cs (5)
828
object oldAttachedAnchor = firstAttachedAnnotation.
AttachedAnchor
;
838
TextAnchor newAnchor = secondAttachedAnnotation.
AttachedAnchor
as TextAnchor;
876
object oldAttachedAnchor = matchingAnnotation.
AttachedAnchor
;
883
((AttachedAnnotation)matchingAnnotation).Update(attachedAnnotation.
AttachedAnchor
, attachedAnnotation.AttachmentLevel, null);
1428
object oldAttachedAnchor = attachedAnnotation.
AttachedAnchor
;