3 writes to AttachedAnchor
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
1165data.AttachedAnchor = node; 1176data.AttachedAnchor = node; 1195data.AttachedAnchor = selection;
4 references to AttachedAnchor
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
1000selection = data.AttachedAnchor; 1079if (data.AttachmentLevel == AttachmentLevel.Full && data.AttachedAnchor != null) 1088if (selProcessor.MergeSelections(selection, data.AttachedAnchor, out newSelection)) 1108selection = data.AttachedAnchor;