1 write to _selectionProcessor
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
246
_selectionProcessor
= _locatorManager.GetSelectionProcessor(attachedAnchor.GetType());
3 references to _selectionProcessor
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (3)
200
Point pt =
_selectionProcessor
.GetAnchorPoint(_attachedAnchor);
254
_parent =
_selectionProcessor
.GetParent(_attachedAnchor);
256
Debug.Assert(
_selectionProcessor
!= null, SR.Format(SR.NoProcessorForSelectionType, attachedAnchor.GetType()));