7 references to GetCurrentIndex
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (7)
37int currentIndex = GetCurrentIndex(); 81int currentIndex = GetCurrentIndex(); 91currentIndex = GetCurrentIndex(); 109internal override int GetChildId() => GetCurrentIndex() + 1; 115UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(_owningComboBox.Focused && _owningComboBox.SelectedIndex == GetCurrentIndex()), 185PInvoke.SendMessage(_owningComboBox, PInvoke.CB_SETTOPINDEX, (WPARAM)GetCurrentIndex()); 202_owningComboBox.SelectedIndex = GetCurrentIndex();