3 implementations of get_accName
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2195
HRESULT UIA.IAccessible.Interface.
get_accName
(VARIANT varChild, BSTR* pszName)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (1)
35
HRESULT IAccessible.Interface.
get_accName
(VARIANT varChild, BSTR* pszName) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
307
HRESULT IAccessible.Interface.
get_accName
(VARIANT varChild, BSTR* pszName) => HRESULT.E_NOTIMPL;
2 references to get_accName
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2191
((UIA.IAccessible.Interface)this).
get_accName
(ChildIdToVARIANT(childID), &name).AssertSuccess();
System.Windows.Forms.Primitives (1)
Windows.Win32.IAccessible.g.cs (1)
260
return __object.
get_accName
(varChild, pszName);