5 references to FixedTextSelectionProcessor
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
334_locatorManager.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextRange));
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
222_locatorManager.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextRange)); 223_locatorManager.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextAnchor));
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1403service.LocatorManager.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextRange)); 1404service.LocatorManager.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextAnchor));