3 writes to AttachedAnchor
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
1165
data.
AttachedAnchor
= node;
1176
data.
AttachedAnchor
= node;
1195
data.
AttachedAnchor
= selection;
4 references to AttachedAnchor
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
1000
selection = data.
AttachedAnchor
;
1079
if (data.AttachmentLevel == AttachmentLevel.Full && data.
AttachedAnchor
!= null)
1088
if (selProcessor.MergeSelections(selection, data.
AttachedAnchor
, out newSelection))
1108
selection = data.
AttachedAnchor
;