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