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