1 implementation of get_accValue
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2399
HRESULT UIA.IAccessible.Interface.
get_accValue
(VARIANT varChild, BSTR* pszValue)
2 references to get_accValue
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2395
((UIA.IAccessible.Interface)this).
get_accValue
(ChildIdToVARIANT(childID), &value);
System.Windows.Forms.Primitives (1)
_generated\106\Windows.Win32.IAccessible.g.cs (1)
305
return __object.
get_accValue
(varChild, pszValue);