8 instantiations of POINT
WindowsBase (8)
Base\System\Windows\SplashScreen.cs (3)
225
NativeMethods.POINT newSize = new NativeMethods.
POINT
(width, height);
226
NativeMethods.POINT newLocation = new NativeMethods.
POINT
(x, y);
227
NativeMethods.POINT sourceLocation = new NativeMethods.
POINT
(0, 0);
Shared\MS\Win32\NativeMethodsCLR.cs (5)
5421
public POINT ptReserved = new
POINT
();
5422
public POINT ptMaxSize = new
POINT
();
5423
public POINT ptMaxPosition = new
POINT
();
5424
public POINT ptMinTrackSize = new
POINT
();
5425
public POINT ptMaxTrackSize = new
POINT
();
28 references to POINT
WindowsBase (28)
Base\System\Windows\SplashScreen.cs (3)
225
NativeMethods.
POINT
newSize = new NativeMethods.POINT(width, height);
226
NativeMethods.
POINT
newLocation = new NativeMethods.POINT(x, y);
227
NativeMethods.
POINT
sourceLocation = new NativeMethods.POINT(0, 0);
Shared\MS\Win32\NativeMethodsCLR.cs (7)
806
public
POINT
ptCurrentPos;
815
public
POINT
ptCurrentPos;
5421
public
POINT
ptReserved = new POINT();
5422
public
POINT
ptMaxSize = new POINT();
5423
public
POINT
ptMaxPosition = new POINT();
5424
public
POINT
ptMinTrackSize = new POINT();
5425
public
POINT
ptMaxTrackSize = new POINT();
Shared\MS\Win32\SafeNativeMethodsCLR.cs (6)
411
public static void ScreenToClient(HandleRef hWnd, [In, Out] NativeMethods.
POINT
pt)
830
ref NativeMethods.
POINT
lpPoint)
856
ref NativeMethods.
POINT
lpPoint)
966
public static extern int IntScreenToClient(HandleRef hWnd, [In, Out] NativeMethods.
POINT
pt);
1079
[In] [Out] ref NativeMethods.
POINT
lpPoint);
1104
[In] [Out] ref NativeMethods.
POINT
lpPoint);
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (11)
732
private static extern bool IntGetCursorPos([In, Out] NativeMethods.
POINT
pt);
738
internal static bool GetCursorPos([In, Out] NativeMethods.
POINT
pt)
753
private static extern bool IntTryGetCursorPos([In, Out] NativeMethods.
POINT
pt);
759
internal static bool TryGetCursorPos([In, Out] NativeMethods.
POINT
pt)
1497
private static extern int IntClientToScreen(HandleRef hWnd, [In, Out] NativeMethods.
POINT
pt);
1503
public static void ClientToScreen(HandleRef hWnd, [In, Out] NativeMethods.
POINT
pt)
1740
public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, NativeMethods.
POINT
pptDst, NativeMethods.
POINT
pSizeDst, IntPtr hdcSrc, NativeMethods.
POINT
pptSrc, int crKey, ref NativeMethods.BLENDFUNCTION pBlend, int dwFlags);
2248
NativeMethods.
POINT
pPtlHimetric,
3706
NativeMethods.
POINT
pt,
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (1)
1588
public NativeMethods.
POINT
pt;