Variable FloatComboBoxItem._items

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