public override TextRange GetPreviousWord()
 {
     return(_bufferPoint.GetPreviousWord());
 }