1 write to _selectionProcessor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
250
_selectionProcessor
= _locatorManager.GetSelectionProcessor(attachedAnchor.GetType());
3 references to _selectionProcessor
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (3)
204
Point pt =
_selectionProcessor
.GetAnchorPoint(_attachedAnchor);
258
_parent =
_selectionProcessor
.GetParent(_attachedAnchor);
260
Debug.Assert(
_selectionProcessor
!= null, SR.Get(SRID.NoProcessorForSelectionType, attachedAnchor.GetType()));