3 writes to y
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DropTarget.cs (3)
66
ptl.
y
= pt.y;
85
ptl.
y
= pt.y;
102
ptl.
y
= pt.y;
4 references to y
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
));