1 implementation of Anchor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
140public AnnotationResource Anchor { get { return _anchor; } }
5 references to Anchor
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationService.cs (5)
1211aa.Anchor == attachedAnnotation.Anchor && 1441if (attachedAnnotation.Anchor == anchor) 1478if (attachedAnnotation.Anchor == anchor) 1628object fullAnchor = FindAttachedAnchor(attachedAnnotation.Anchor, out attachmentLevel);