8 writes to _selectedIndex
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
883_selectedIndex = value; 2362_selectedIndex = -1; 2379_selectedIndex = -1; 2383_selectedIndex = SelectedIndex; 3294_selectedIndex = DataManager.Position;
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (3)
249_owner._selectedIndex = -1; 376_owner._selectedIndex--; 380_owner._selectedIndex = -1;
5 references to _selectedIndex
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
866get => IsHandleCreated ? (int)PInvokeCore.SendMessage(this, PInvoke.CB_GETCURSEL) : _selectedIndex; 2358if (_selectedIndex >= 0) 2360PInvokeCore.SendMessage(this, PInvoke.CB_SETCURSEL, (WPARAM)_selectedIndex);
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (2)
374if (index < _owner._selectedIndex) 378else if (index == _owner._selectedIndex)