Base:
method
GetFocused
System.Windows.Forms.AccessibleObject.GetFocused()
2 references to GetFocused
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (2)
95internal override IRawElementProviderFragment.Interface? GetFocus() => this.IsOwnerHandleCreated(out ListBox? _) ? GetFocused() : null; 181AccessibleObject? focusedItem = GetFocused();