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