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