public RichTextRange RangeFromPoint(int x, int y)
 {
     return(new RichTextRange(this, _textDocument.RangeFromPoint(x, y)));
 }