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