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