2 writes to startLocation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripGrip.cs (2)
145
startLocation
= TranslatePoint(new Point(mea.X, mea.Y), ToolStripPointType.ToolStripItemCoords, ToolStripPointType.ScreenCoords);
186
startLocation
= endLocation;
2 references to startLocation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripGrip.cs (2)
156
int deltaX = currentLocation.X -
startLocation
.X;
167
int deltaY = currentLocation.Y -
startLocation
.Y;