How to clear RichTextBox Text in WPF

Bellow code snippet is for clearing RichTextBox Text.
  1. RichTextBox.Document.Blocks.Clear();