6 instantiations of POINT
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
633NativeMethods.POINT point = new NativeMethods.POINT((int)x, (int)y); 786minMaxInfo.ptMaxSize = new NativeMethods.POINT( x, y ); 787minMaxInfo.ptMaxPosition = new NativeMethods.POINT(0, 0); 788minMaxInfo.ptMinTrackSize = new NativeMethods.POINT(1, 1); 789minMaxInfo.ptMaxTrackSize = new NativeMethods.POINT( x, y ); 1751NativeMethods.POINT pt = new NativeMethods.POINT((int)x, (int)y);
12 references to POINT
UIAutomationClient (12)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
633NativeMethods.POINT point = new NativeMethods.POINT((int)x, (int)y); 1751NativeMethods.POINT pt = new NativeMethods.POINT((int)x, (int)y); 1931private static bool MapWindowPoints(NativeMethods.HWND hWndFrom, NativeMethods.HWND hWndTo, ref NativeMethods.POINT pt, int cPoints)
MS\Win32\SafeNativeMethods.cs (1)
214public static extern bool PhysicalToLogicalPoint(NativeMethods.HWND hwnd, ref NativeMethods.POINT pt);
MS\Win32\UnsafeNativeMethods.cs (7)
252public NativeMethods.POINT ptReserved; 253public NativeMethods.POINT ptMaxSize; 254public NativeMethods.POINT ptMaxPosition; 255public NativeMethods.POINT ptMinTrackSize; 256public NativeMethods.POINT ptMaxTrackSize; 321public NativeMethods.POINT ptMinPosition; 322public NativeMethods.POINT ptMaxPosition;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsSetLastError.cs (1)
62public static extern int MapWindowPoints(NativeMethods.HWND hWndFrom, NativeMethods.HWND hWndTo, ref NativeMethods.POINT pt, int cPoints);