Variable ComboBoxBase._selectedItemIndex

class ComboBoxBase
{
  // ...
  int _selectedItemIndex;
  // ...
}