6 instantiations of POINT
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
656NativeMethods.POINT point = new NativeMethods.POINT((int)x, (int)y); 808minMaxInfo.ptMaxSize = new NativeMethods.POINT( x, y ); 809minMaxInfo.ptMaxPosition = new NativeMethods.POINT(0, 0); 810minMaxInfo.ptMinTrackSize = new NativeMethods.POINT(1, 1); 811minMaxInfo.ptMaxTrackSize = new NativeMethods.POINT( x, y ); 1762NativeMethods.POINT pt = new NativeMethods.POINT((int)x, (int)y);
12 references to POINT
UIAutomationClient (12)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
656NativeMethods.POINT point = new NativeMethods.POINT((int)x, (int)y); 1762NativeMethods.POINT pt = new NativeMethods.POINT((int)x, (int)y); 1942private static bool MapWindowPoints(NativeMethods.HWND hWndFrom, NativeMethods.HWND hWndTo, ref NativeMethods.POINT pt, int cPoints)
MS\Win32\SafeNativeMethods.cs (1)
227public static extern bool PhysicalToLogicalPoint(NativeMethods.HWND hwnd, ref NativeMethods.POINT pt);
MS\Win32\UnsafeNativeMethods.cs (7)
266public NativeMethods.POINT ptReserved; 267public NativeMethods.POINT ptMaxSize; 268public NativeMethods.POINT ptMaxPosition; 269public NativeMethods.POINT ptMinTrackSize; 270public NativeMethods.POINT ptMaxTrackSize; 335public NativeMethods.POINT ptMinPosition; 336public NativeMethods.POINT ptMaxPosition;
parent\parent\Shared\MS\Win32\NativeMethodsSetLastError.cs (1)
82public static extern int MapWindowPoints(NativeMethods.HWND hWndFrom, NativeMethods.HWND hWndTo, [In, Out] ref NativeMethods.POINT pt, int cPoints);