3 implementations of put_accName
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2435
HRESULT UIA.IAccessible.Interface.
put_accName
(VARIANT varChild, BSTR szName)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (1)
51
HRESULT IAccessible.Interface.
put_accName
(VARIANT varChild, BSTR szName) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
322
HRESULT IAccessible.Interface.
put_accName
(VARIANT varChild, BSTR szName) => HRESULT.E_NOTIMPL;
2 references to put_accName
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2433
((UIA.IAccessible.Interface)this).
put_accName
(ChildIdToVARIANT(childID), new(newName));
System.Windows.Forms.Primitives (1)
Windows.Win32.IAccessible.g.cs (1)
1075
return __object.
put_accName
(varChild, szName);