3 writes to AttachedAnchor
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
1118data.AttachedAnchor = node; 1129data.AttachedAnchor = node; 1148data.AttachedAnchor = selection;
4 references to AttachedAnchor
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
951selection = data.AttachedAnchor; 1032if (data.AttachmentLevel == AttachmentLevel.Full && data.AttachedAnchor != null) 1041if (selProcessor.MergeSelections(selection, data.AttachedAnchor, out newSelection)) 1061selection = data.AttachedAnchor;