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