1 instantiation of POINT
UIAutomationClient (1)
MS\Win32\UnsafeNativeMethods.cs (1)
174POINT ps = new POINT(x, y);
3 references to POINT
UIAutomationClient (3)
MS\Win32\UnsafeNativeMethods.cs (3)
167private static extern IntPtr IntWindowFromPoint(POINT pt); 170private static extern IntPtr IntWindowFromPhysicalPoint(POINT pt); 174POINT ps = new POINT(x, y);