1 implementation of put_accValue
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2475HRESULT UIA.IAccessible.Interface.put_accValue(VARIANT varChild, BSTR szValue)
2 references to put_accValue
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2473((UIA.IAccessible.Interface)this).put_accValue(ChildIdToVARIANT(childID), new(newValue));
System.Windows.Forms.Primitives (1)
_generated\106\Windows.Win32.IAccessible.g.cs (1)
1107 return __object.put_accValue(varChild, szValue);