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