3 overrides of GetKeyboardShortcutInternal
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (1)
92
internal override BSTR
GetKeyboardShortcutInternal
(VARIANT childID) => SystemIAccessible.TryGetKeyboardShortcut(childID);
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
116
internal override BSTR
GetKeyboardShortcutInternal
(VARIANT childID) => SystemIAccessibleInternal.TryGetKeyboardShortcut(childID);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.UpDownEditAccessibleObject.cs (1)
42
internal override BSTR
GetKeyboardShortcutInternal
(VARIANT childID) => _parent.AccessibilityObject.GetKeyboardShortcutInternal(childID);
4 references to GetKeyboardShortcutInternal
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\AccessibleObject.cs (3)
211
public virtual string? KeyboardShortcut =>
GetKeyboardShortcutInternal
(CHILDID_SELF).ToNullableStringAndFree();
2169
?
GetKeyboardShortcutInternal
(varChild)
2179
? child.
GetKeyboardShortcutInternal
(varChild)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.UpDownEditAccessibleObject.cs (1)
42
internal override BSTR GetKeyboardShortcutInternal(VARIANT childID) => _parent.AccessibilityObject.
GetKeyboardShortcutInternal
(childID);