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