Variable EditBox._visibleLines

class EditBox
{
  // ...
  dstring[] _visibleLines;
  // ...
}