3 references to FocusedIndex
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (2)
170
GetChild(owner.
FocusedIndex
)?.SelectItem();
223
int index = owner.
FocusedIndex
;
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (1)
168
UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(_owningListBox.Focused && _owningListBox.
FocusedIndex
== CurrentIndex),