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