5 instantiations of 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));
2 references to FixedTextSelectionProcessor
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (2)
141FixedTextSelectionProcessor.FixedPageProxy fPage = node.Node as FixedTextSelectionProcessor.FixedPageProxy;