3 references to WindowFromPhysicalPoint
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
228Debug.Assert(_hwnd == UnsafeNativeMethods.WindowFromPhysicalPoint((int)x, (int)y));
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
244IntPtr hwnd = UnsafeNativeMethods.WindowFromPhysicalPoint(pt.x, pt.y); 302IntPtr hwnd = UnsafeNativeMethods.WindowFromPhysicalPoint(pt.x, pt.y);