public void ConsumeText(string text)
 {
     equationRoot.ConsumeText(text);
     AdjustView();
     Dirty = true;
 }