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)
204Point pt = _selectionProcessor.GetAnchorPoint(_attachedAnchor); 258_parent = _selectionProcessor.GetParent(_attachedAnchor); 260Debug.Assert(_selectionProcessor != null, SR.Get(SRID.NoProcessorForSelectionType, attachedAnchor.GetType()));