3 writes to AttachedAnchor
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
1139data.AttachedAnchor = node; 1150data.AttachedAnchor = node; 1169data.AttachedAnchor = selection;
4 references to AttachedAnchor
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
974selection = data.AttachedAnchor; 1053if (data.AttachmentLevel == AttachmentLevel.Full && data.AttachedAnchor != null) 1062if (selProcessor.MergeSelections(selection, data.AttachedAnchor, out newSelection)) 1082selection = data.AttachedAnchor;