6 references to GetCurrentIndex
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComboBox.cs (6)
4614int currentIndex = GetCurrentIndex(); 4640int currentIndex = GetCurrentIndex(); 4651currentIndex = GetCurrentIndex(); 4678return GetCurrentIndex() + 1; // Index is zero-based, Child ID is 1-based. 4694return _owningComboBox.Focused && _owningComboBox.SelectedIndex == GetCurrentIndex(); 4802_owningComboBox.SelectedIndex = GetCurrentIndex();