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