4 references to get_accName
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2782/// Called prior to calling <see cref="UIA.IAccessible.get_accName(VARIANT, BSTR*)"/> on the 'inner' system
System\Windows\Forms\Accessibility\AccessibleObjectExtensions.cs (1)
154result = accessible.Value->get_accName(child, &bstr);
System.Windows.Forms.Primitives (2)
_generated\106\Windows.Win32.IAccessible.g.cs (2)
274 /// <inheritdoc cref="get_accName(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 280 winmdroot.Foundation.HRESULT __result = this.get_accName(varChild, pszNameLocal);