1 implementation of Anchor
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
130public AnnotationResource Anchor { get { return _anchor; } }
5 references to Anchor
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
1154aa.Anchor == attachedAnnotation.Anchor && 1384if (attachedAnnotation.Anchor == anchor) 1421if (attachedAnnotation.Anchor == anchor) 1571object fullAnchor = FindAttachedAnchor(attachedAnnotation.Anchor, out attachmentLevel);