Working with WPF RichTextBox / Custom Command Bars / Select Text Function
Select Text Function

The following code snippet demonstrates the code used to select text:

Select All

C#
Copy Code
rtb.SelectAll();