2 implementations of SelectParagraph
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
160
void ITextRange.
SelectParagraph
(ITextPointer position)
System\windows\Documents\TextSelection.cs (1)
121
void ITextRange.
SelectParagraph
(ITextPointer position)
12 references to SelectParagraph
PresentationFramework (12)
System\Windows\Controls\TextRangeAdaptor.cs (2)
1109
paragraphRange.
SelectParagraph
(position);
1118
paragraphRange.
SelectParagraph
(position);
System\windows\Documents\TextEditorMouse.cs (1)
115
This.Selection.
SelectParagraph
(cursorPosition);
System\windows\Documents\TextEditorSelection.cs (8)
461
paragraphRange.
SelectParagraph
(movingPointer);
467
paragraphRange.
SelectParagraph
(movingPointer);
512
paragraphRange.
SelectParagraph
(movingPointer);
525
paragraphRange.
SelectParagraph
(movingPointer);
1318
paragraphRange.
SelectParagraph
(movingPointer);
1324
paragraphRange.
SelectParagraph
(movingPointer);
1359
paragraphRange.
SelectParagraph
(movingPointer);
1372
paragraphRange.
SelectParagraph
(movingPointer);
System\Windows\Documents\TextRange.cs (1)
708
((ITextRange)this).
SelectParagraph
(position);