3 references to WindowFromPhysicalPoint
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
238
Debug.Assert(_hwnd == UnsafeNativeMethods.
WindowFromPhysicalPoint
((int)x, (int)y));
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
260
IntPtr hwnd = UnsafeNativeMethods.
WindowFromPhysicalPoint
(pt.x, pt.y);
318
IntPtr hwnd = UnsafeNativeMethods.
WindowFromPhysicalPoint
(pt.x, pt.y);