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)
146public Object AttachedAnchor { get { return _attachedAnchor; } } 171return _attachedAnchor; 204Point pt = _selectionProcessor.GetAnchorPoint(_attachedAnchor); 258_parent = _selectionProcessor.GetParent(_attachedAnchor);