Variable TabControl._items

class TabControl
{
  // ...
  TabItemList _items;
  // ...
}