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)
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)
_generated\106\Windows.Win32.IAccessible.g.cs (1)
347 return __object.get_accDescription(varChild, pszDescription);