public void Text(ITextProperties textInfo)
 {
     if (!_tqaDeletion)
     {
         _buffer.Text(textInfo);
     }
 }