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