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