Variable EditBox._firstVisibleLine

class EditBox
{
  // ...
  int _firstVisibleLine;
  // ...
}