1 write to _attachedAnchor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
248
_attachedAnchor
= attachedAnchor;
4 references to _attachedAnchor
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (4)
146
public Object AttachedAnchor { get { return
_attachedAnchor
; } }
171
return
_attachedAnchor
;
204
Point pt = _selectionProcessor.GetAnchorPoint(
_attachedAnchor
);
258
_parent = _selectionProcessor.GetParent(
_attachedAnchor
);