3 implementations of accNavigate
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1737
HRESULT UIA.IAccessible.Interface.
accNavigate
(int navDir, VARIANT varStart, VARIANT* pvarEndUpAt)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (1)
48
HRESULT IAccessible.Interface.
accNavigate
(int navDir, VARIANT varStart, VARIANT* pvarEndUpAt) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
319
HRESULT IAccessible.Interface.
accNavigate
(int navDir, VARIANT varStart, VARIANT* pvarEndUpAt) => HRESULT.E_NOTIMPL;
4 references to accNavigate
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1733
((UIA.IAccessible.Interface)this).
accNavigate
(navDir, ChildIdToVARIANT(childID), &result).AssertSuccess();
System.Windows.Forms.Primitives (3)
Windows.Win32.IAccessible.g.cs (1)
927
return __object.
accNavigate
(navDir, varStart, pvarEndUpAt);
Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (2)
102
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.
accNavigate
(int, winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/>
107
winmdroot.Foundation.HRESULT __result = @this.
accNavigate
(navDir, varStart, pvarEndUpAtLocal);