5 overrides of GetHelpInternal
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)
39
internal override BSTR
GetHelpInternal
()
5 references to GetHelpInternal
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\AccessibleObject.cs (5)
191
public virtual string? Help =>
GetHelpInternal
().ToNullableStringAndFree();
194
/// Determines if <see cref="
GetHelpInternal
"/> can be called without calling <see cref="Help"/>
1256
?
GetHelpInternal
()
2084
?
GetHelpInternal
()
2094
? child.
GetHelpInternal
()