2 writes to lastRequestedX
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIHandler.cs (2)
288ctlBounds.lastRequestedX += offset.X; 651lastRequestedX = X;
2 references to lastRequestedX
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIHandler.cs (2)
283adjustedLoc.X = ctlBounds.lastRequestedX; 298int targetX = ctlBounds.lastRequestedX;