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