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