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