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)
1403
service.LocatorManager.RegisterSelectionProcessor(new
FixedTextSelectionProcessor
(), typeof(TextRange));
1404
service.LocatorManager.RegisterSelectionProcessor(new
FixedTextSelectionProcessor
(), typeof(TextAnchor));
2 references to FixedTextSelectionProcessor
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (2)
141
FixedTextSelectionProcessor
.FixedPageProxy fPage = node.Node as
FixedTextSelectionProcessor
.FixedPageProxy;