3 writes to AttachedAnchor
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
1117data.AttachedAnchor = node; 1128data.AttachedAnchor = node; 1147data.AttachedAnchor = selection;
4 references to AttachedAnchor
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
950selection = data.AttachedAnchor; 1031if (data.AttachmentLevel == AttachmentLevel.Full && data.AttachedAnchor != null) 1040if (selProcessor.MergeSelections(selection, data.AttachedAnchor, out newSelection)) 1060selection = data.AttachedAnchor;