3 implementations of get_accDescription
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1979
HRESULT UIA.IAccessible.Interface.
get_accDescription
(VARIANT varChild, BSTR* pszDescription)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (1)
37
HRESULT IAccessible.Interface.
get_accDescription
(VARIANT varChild, BSTR* pszDescription) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
309
HRESULT IAccessible.Interface.
get_accDescription
(VARIANT varChild, BSTR* pszDescription) => HRESULT.E_NOTIMPL;
2 references to get_accDescription
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1975
((UIA.IAccessible.Interface)this).
get_accDescription
(ChildIdToVARIANT(childID), &description);
System.Windows.Forms.Primitives (1)
Windows.Win32.IAccessible.g.cs (1)
347
return __object.
get_accDescription
(varChild, pszDescription);