2 implementations of SelectParagraph
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
163
void ITextRange.
SelectParagraph
(ITextPointer position)
System\windows\Documents\TextSelection.cs (1)
124
void ITextRange.
SelectParagraph
(ITextPointer position)
12 references to SelectParagraph
PresentationFramework (12)
System\Windows\Controls\TextRangeAdaptor.cs (2)
1111
paragraphRange.
SelectParagraph
(position);
1120
paragraphRange.
SelectParagraph
(position);
System\windows\Documents\TextEditorMouse.cs (1)
129
This.Selection.
SelectParagraph
(cursorPosition);
System\windows\Documents\TextEditorSelection.cs (8)
476
paragraphRange.
SelectParagraph
(movingPointer);
482
paragraphRange.
SelectParagraph
(movingPointer);
527
paragraphRange.
SelectParagraph
(movingPointer);
540
paragraphRange.
SelectParagraph
(movingPointer);
1333
paragraphRange.
SelectParagraph
(movingPointer);
1339
paragraphRange.
SelectParagraph
(movingPointer);
1374
paragraphRange.
SelectParagraph
(movingPointer);
1387
paragraphRange.
SelectParagraph
(movingPointer);
System\Windows\Documents\TextRange.cs (1)
711
((ITextRange)this).
SelectParagraph
(position);