1 write to _attachedAnchor
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
244
_attachedAnchor
= attachedAnchor;
4 references to _attachedAnchor
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (4)
142
public Object AttachedAnchor { get { return
_attachedAnchor
; } }
167
return
_attachedAnchor
;
200
Point pt = _selectionProcessor.GetAnchorPoint(
_attachedAnchor
);
254
_parent = _selectionProcessor.GetParent(
_attachedAnchor
);