Метод Paste формы blank:

public void Paste()

{

richTextBox1.SelectedText = this.BufferText;

}