Variable TreeItem._expanded

class TreeItem
{
  // ...
  bool _expanded;
  // ...
}