2 references to DescendantFromPoint
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
231
return
DescendantFromPoint
((int)x, (int)y, false);
1186
rval = child.
DescendantFromPoint
(x, y, true);