Метод Select All формы blank:

public void SelectAll()

{

richTextBox1.SelectAll();

}