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