3 writes to x
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DropTarget.cs (3)
65ptl.x = pt.x; 84ptl.x = pt.x; 101ptl.x = pt.x;
4 references to x
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));