10 references to GetSelectionProcessor
PresentationFramework (10)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
250_selectionProcessor = _locatorManager.GetSelectionProcessor(attachedAnchor.GetType());
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
380SelectionProcessor selProcessor = GetSelectionProcessor(selection.GetType()); 757SelectionProcessor selProcessor = GetSelectionProcessor(selection.GetType()); 1084SelectionProcessor selProcessor = GetSelectionProcessor(selection.GetType());
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (4)
224TextSelectionProcessor rangeProcessor = service.LocatorManager.GetSelectionProcessor(typeof(TextRange)) as TextSelectionProcessor; 225TextSelectionProcessor anchorProcessor = service.LocatorManager.GetSelectionProcessor(typeof(TextAnchor)) as TextSelectionProcessor; 702TextSelectionProcessor rangeProcessor = service.LocatorManager.GetSelectionProcessor(typeof(TextRange)) as TextSelectionProcessor; 703TextSelectionProcessor anchorProcessor = service.LocatorManager.GetSelectionProcessor(typeof(TextAnchor)) as TextSelectionProcessor;
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
1613flowRangeProcessor = this.LocatorManager.GetSelectionProcessor(typeof(TextRange)) as TextSelectionProcessor; 1616flowAnchorProcessor = this.LocatorManager.GetSelectionProcessor(typeof(TextAnchor)) as TextSelectionProcessor;