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)
380
SelectionProcessor selProcessor =
GetSelectionProcessor
(selection.GetType());
757
SelectionProcessor selProcessor =
GetSelectionProcessor
(selection.GetType());
1084
SelectionProcessor selProcessor =
GetSelectionProcessor
(selection.GetType());
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (4)
224
TextSelectionProcessor rangeProcessor = service.LocatorManager.
GetSelectionProcessor
(typeof(TextRange)) as TextSelectionProcessor;
225
TextSelectionProcessor anchorProcessor = service.LocatorManager.
GetSelectionProcessor
(typeof(TextAnchor)) as TextSelectionProcessor;
702
TextSelectionProcessor rangeProcessor = service.LocatorManager.
GetSelectionProcessor
(typeof(TextRange)) as TextSelectionProcessor;
703
TextSelectionProcessor anchorProcessor = service.LocatorManager.
GetSelectionProcessor
(typeof(TextAnchor)) as TextSelectionProcessor;
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
1613
flowRangeProcessor = this.LocatorManager.
GetSelectionProcessor
(typeof(TextRange)) as TextSelectionProcessor;
1616
flowAnchorProcessor = this.LocatorManager.
GetSelectionProcessor
(typeof(TextAnchor)) as TextSelectionProcessor;