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