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)
200Point pt = _selectionProcessor.GetAnchorPoint(_attachedAnchor); 254_parent = _selectionProcessor.GetParent(_attachedAnchor); 256Debug.Assert(_selectionProcessor != null, SR.Format(SR.NoProcessorForSelectionType, attachedAnchor.GetType()));