Variable StringComboBoxItem._items

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