3 implementations of get_accState
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2362
HRESULT UIA.IAccessible.Interface.
get_accState
(VARIANT varChild, VARIANT* pvarState)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (1)
39
HRESULT IAccessible.Interface.
get_accState
(VARIANT varChild, VARIANT* pvarState) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
311
HRESULT IAccessible.Interface.
get_accState
(VARIANT varChild, VARIANT* pvarState) => HRESULT.E_NOTIMPL;
4 references to get_accState
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2358
((UIA.IAccessible.Interface)this).
get_accState
(ChildIdToVARIANT(childID), &result).AssertSuccess();
System.Windows.Forms.Primitives (3)
Windows.Win32.IAccessible.g.cs (1)
457
return __object.
get_accState
(varChild, pvarState);
Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (2)
43
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.
get_accState
(winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/>
48
winmdroot.Foundation.HRESULT __result = @this.
get_accState
(varChild, pvarStateLocal);