2 instantiations of POINTSTRUCT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
590
POINTSTRUCT ps = new
POINTSTRUCT
(x, y);
1591
POINTSTRUCT ps = new
POINTSTRUCT
(x, y);
10 references to POINTSTRUCT
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DropTarget.cs (3)
61
UnsafeNativeMethods.
POINTSTRUCT
pt,
81
int UnsafeNativeMethods.IOleDropTarget.OleDragOver(int grfKeyState, UnsafeNativeMethods.
POINTSTRUCT
pt, ref int pdwEffect) {
98
int UnsafeNativeMethods.IOleDropTarget.OleDrop(object pDataObj, int grfKeyState, UnsafeNativeMethods.
POINTSTRUCT
pt, ref int pdwEffect) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (7)
588
private static extern IntPtr _ChildWindowFromPointEx(HandleRef hwndParent,
POINTSTRUCT
pt, int uFlags);
590
POINTSTRUCT
ps = new POINTSTRUCT(x, y);
1587
private static extern IntPtr _WindowFromPoint(
POINTSTRUCT
pt);
1591
POINTSTRUCT
ps = new POINTSTRUCT(x, y);
1724
POINTSTRUCT
pt,
1733
POINTSTRUCT
pt,
1747
POINTSTRUCT
pt,