3 instantiations of POINTL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DropTarget.cs (3)
64NativeMethods.POINTL ptl = new NativeMethods.POINTL(); 83NativeMethods.POINTL ptl = new NativeMethods.POINTL(); 100NativeMethods.POINTL ptl = new NativeMethods.POINTL();
4 references to POINTL
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DropTarget.cs (4)
36private DragEventArgs CreateDragEventArgs(object pDataObj, int grfKeyState, NativeMethods.POINTL pt, int pdwEffect) { 64NativeMethods.POINTL ptl = new NativeMethods.POINTL(); 83NativeMethods.POINTL ptl = new NativeMethods.POINTL(); 100NativeMethods.POINTL ptl = new NativeMethods.POINTL();