1 implementation of AttachedAnchor
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
136
public Object
AttachedAnchor
{ get { return _attachedAnchor; } }
12 references to AttachedAnchor
PresentationFramework (12)
MS\Internal\Annotations\Component\HighlightComponent.cs (4)
227
TextAnchor textAnchor = attachedAnnotation.
AttachedAnchor
as TextAnchor;
324
TextAnchor textAnchor = _attachedAnnotation.
AttachedAnchor
as TextAnchor;
510
TextAnchor textAnchor = attachedAnnotation.
AttachedAnchor
as TextAnchor;
572
TextAnchor textAnchor = _attachedAnnotation.
AttachedAnchor
as TextAnchor;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
472
TextAnchor anchor = _attachedAnnotation.
AttachedAnchor
as TextAnchor;
System\Windows\Annotations\AnnotationHelper.cs (2)
639
TextAnchor ta = attachedAnnotations[i].
AttachedAnchor
as TextAnchor;
828
TextAnchor anchor = attachedAnnot.
AttachedAnchor
as TextAnchor;
System\Windows\Annotations\AnnotationService.cs (5)
834
object oldAttachedAnchor = firstAttachedAnnotation.
AttachedAnchor
;
844
TextAnchor newAnchor = secondAttachedAnnotation.
AttachedAnchor
as TextAnchor;
882
object oldAttachedAnchor = matchingAnnotation.
AttachedAnchor
;
889
((AttachedAnnotation)matchingAnnotation).Update(attachedAnnotation.
AttachedAnchor
, attachedAnnotation.AttachmentLevel, null);
1434
object oldAttachedAnchor = attachedAnnotation.
AttachedAnchor
;