public static void HideSelection(this RichTextBox richTextBox, bool hide) { RichTextBoxHelper.HideSelection(richTextBox, hide); }