1 implementation of get_accDescription
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1979HRESULT UIA.IAccessible.Interface.get_accDescription(VARIANT varChild, BSTR* pszDescription)
4 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 (3)
_generated\106\Windows.Win32.IAccessible.g.cs (1)
406 return __object.get_accDescription(varChild, pszDescription);
_generated\565\Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (2)
53 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accDescription(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 58 winmdroot.Foundation.HRESULT __result = @this.get_accDescription(varChild, pszDescriptionLocal);