Variable EditLine._measuredTextSize

class EditLine
{
  // ...
  Point _measuredTextSize;
  // ...
}