public override TextRange GetTextRange(int otherPosition)
 {
     return(CaretPoint.GetTextRange(otherPosition));
 }
 public override TextRange GetTextRange(TextPoint otherPoint)
 {
     return(CaretPoint.GetTextRange(otherPoint));
 }