5 overrides of GetDefaultActionInternal
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (1)
50internal override BSTR GetDefaultActionInternal() => SystemIAccessible.TryGetDefaultAction(GetChildId());
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
61internal override BSTR GetDefaultActionInternal() =>
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (1)
85internal override BSTR GetDefaultActionInternal() =>
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
49internal override BSTR GetDefaultActionInternal() => SystemIAccessibleInternal.TryGetDefaultAction(GetChildId());
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (1)
41internal override BSTR GetDefaultActionInternal() =>
4 references to GetDefaultActionInternal
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\AccessibleObject.cs (4)
149public virtual string? DefaultAction => GetDefaultActionInternal().ToNullableStringAndFree(); 152/// Determines if <see cref="GetDefaultActionInternal"/> can be called without calling <see cref="DefaultAction"/> 1953? GetDefaultActionInternal() 1963? child.GetDefaultActionInternal()