3 writes to y
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DropTarget.cs (3)
66ptl.y = pt.y; 85ptl.y = pt.y; 102ptl.y = pt.y;
4 references to y
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DropTarget.cs (4)
55DragEventArgs drgevent = new DragEventArgs(data, grfKeyState, pt.x, pt.y, (DragDropEffects)pdwEffect, lastEffect); 67Debug.WriteLineIf(CompModSwitches.DragDrop.TraceInfo, "\t" + (ptl.x) + "," + (ptl.y)); 86Debug.WriteLineIf(CompModSwitches.DragDrop.TraceInfo, "\t" + (ptl.x) + "," + (ptl.y)); 103Debug.WriteLineIf(CompModSwitches.DragDrop.TraceInfo, "\t" + (ptl.x) + "," + (ptl.y));