2 implementations of SelectParagraph
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
153
void ITextRange.
SelectParagraph
(ITextPointer position)
src\Framework\System\windows\Documents\TextSelection.cs (1)
127
void ITextRange.
SelectParagraph
(ITextPointer position)
12 references to SelectParagraph
PresentationFramework (12)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (2)
1120
paragraphRange.
SelectParagraph
(position);
1129
paragraphRange.
SelectParagraph
(position);
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
131
This.Selection.
SelectParagraph
(cursorPosition);
src\Framework\System\windows\Documents\TextEditorSelection.cs (8)
484
paragraphRange.
SelectParagraph
(movingPointer);
490
paragraphRange.
SelectParagraph
(movingPointer);
535
paragraphRange.
SelectParagraph
(movingPointer);
548
paragraphRange.
SelectParagraph
(movingPointer);
1342
paragraphRange.
SelectParagraph
(movingPointer);
1348
paragraphRange.
SelectParagraph
(movingPointer);
1383
paragraphRange.
SelectParagraph
(movingPointer);
1396
paragraphRange.
SelectParagraph
(movingPointer);
src\Framework\System\Windows\Documents\TextRange.cs (1)
701
((ITextRange)this).
SelectParagraph
(position);