Variable IntComboBoxItem._items

class IntComboBoxItem
{
  // ...
  StringListValue[] _items;
  // ...
}