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