1 implementation of ExtendToPosition
PresentationFramework (1)
src\Framework\System\windows\Documents\TextSelection.cs (1)
564void ITextSelection.ExtendToPosition(ITextPointer position)
3 references to ExtendToPosition
PresentationFramework (3)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
228textSelection.ExtendToPosition(newTextSelection.MovingPosition); 567textSelection.ExtendToPosition(newTextSelection.MovingPosition);
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
2396textEditor.Selection.ExtendToPosition(position);