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