3 references to accHitTest
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1675return accessible.Value->accHitTest(xLeft, yTop, pvarChild);
System.Windows.Forms.Primitives (2)
Windows.Win32.IAccessible.g.cs (2)
963 /// <inheritdoc cref="accHitTest(int, int, winmdroot.System.Variant.VARIANT*)"/> 968 winmdroot.Foundation.HRESULT __result = this.accHitTest(xLeft, yTop, pvarChildLocal);