1 instantiation of POINT
UIAutomationClientSideProviders (1)
MS\Win32\UnsafeNativeMethods.cs (1)
314POINT ps = new POINT(x, y);
3 references to POINT
UIAutomationClientSideProviders (3)
MS\Win32\UnsafeNativeMethods.cs (3)
307private static extern IntPtr IntWindowFromPoint(POINT pt); 310private static extern IntPtr IntWindowFromPhysicalPoint(POINT pt); 314POINT ps = new POINT(x, y);