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