2 implementations of SelectParagraph
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
153
void ITextRange.
SelectParagraph
(ITextPointer position)
System\windows\Documents\TextSelection.cs (1)
120
void ITextRange.
SelectParagraph
(ITextPointer position)
12 references to SelectParagraph
PresentationFramework (12)
System\Windows\Controls\TextRangeAdaptor.cs (2)
1108
paragraphRange.
SelectParagraph
(position);
1117
paragraphRange.
SelectParagraph
(position);
System\windows\Documents\TextEditorMouse.cs (1)
114
This.Selection.
SelectParagraph
(cursorPosition);
System\windows\Documents\TextEditorSelection.cs (8)
460
paragraphRange.
SelectParagraph
(movingPointer);
466
paragraphRange.
SelectParagraph
(movingPointer);
511
paragraphRange.
SelectParagraph
(movingPointer);
524
paragraphRange.
SelectParagraph
(movingPointer);
1317
paragraphRange.
SelectParagraph
(movingPointer);
1323
paragraphRange.
SelectParagraph
(movingPointer);
1358
paragraphRange.
SelectParagraph
(movingPointer);
1371
paragraphRange.
SelectParagraph
(movingPointer);
System\Windows\Documents\TextRange.cs (1)
701
((ITextRange)this).
SelectParagraph
(position);