1 write to _attachedAnchor
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
237_attachedAnchor = attachedAnchor;
4 references to _attachedAnchor
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (4)
135public Object AttachedAnchor { get { return _attachedAnchor; } } 160return _attachedAnchor; 193Point pt = _selectionProcessor.GetAnchorPoint(_attachedAnchor); 247_parent = _selectionProcessor.GetParent(_attachedAnchor);