3 implementations of get_accKeyboardShortcut
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2161
HRESULT UIA.IAccessible.Interface.
get_accKeyboardShortcut
(VARIANT varChild, BSTR* pszKeyboardShortcut)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (1)
42
HRESULT IAccessible.Interface.
get_accKeyboardShortcut
(VARIANT varChild, BSTR* pszKeyboardShortcut) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
314
HRESULT IAccessible.Interface.
get_accKeyboardShortcut
(VARIANT varChild, BSTR* pszKeyboardShortcut) => HRESULT.E_NOTIMPL;
2 references to get_accKeyboardShortcut
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2157
((UIA.IAccessible.Interface)this).
get_accKeyboardShortcut
(ChildIdToVARIANT(childID), &shortcut).AssertSuccess();
System.Windows.Forms.Primitives (1)
Windows.Win32.IAccessible.g.cs (1)
602
return __object.
get_accKeyboardShortcut
(varChild, pszKeyboardShortcut);