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)
95
internal override IRawElementProviderFragment.Interface? GetFocus() => this.IsOwnerHandleCreated(out ListBox? _) ?
GetFocused
() : null;
181
AccessibleObject? focusedItem =
GetFocused
();