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