5 references to TryGetHelp
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (1)
88
internal override BSTR GetHelpInternal() => SystemIAccessible.
TryGetHelp
(GetChildId());
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
127
internal override BSTR GetHelpInternal() => _owningComboBox.ChildListAccessibleObject.SystemIAccessible.
TryGetHelp
(GetChildId());
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (1)
90
internal override BSTR GetHelpInternal() => _owningAccessibleObject.SystemIAccessible.
TryGetHelp
(GetChildId());
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
112
internal override BSTR GetHelpInternal() => SystemIAccessibleInternal.
TryGetHelp
(GetChildId());
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarChildAccessibleObject.cs (1)
40
=> ParentInternal is { } parent ? parent.SystemIAccessible.
TryGetHelp
(GetChildId()) : default;