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