5 references to TryGetDefaultAction
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (1)
50
internal override BSTR GetDefaultActionInternal() => SystemIAccessible.
TryGetDefaultAction
(GetChildId());
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
62
_owningComboBox.ChildListAccessibleObject.SystemIAccessible.
TryGetDefaultAction
(GetChildId());
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (1)
86
_owningAccessibleObject.SystemIAccessible.
TryGetDefaultAction
(GetChildId());
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
49
internal override BSTR GetDefaultActionInternal() => SystemIAccessibleInternal.
TryGetDefaultAction
(GetChildId());
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (1)
42
ParentInternal.SystemIAccessible.
TryGetDefaultAction
(GetChildId());