2 writes to lastRequestedX
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIHandler.cs (2)
258ctlBounds.lastRequestedX += offset.X; 621lastRequestedX = X;
2 references to lastRequestedX
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIHandler.cs (2)
253adjustedLoc.X = ctlBounds.lastRequestedX; 268int targetX = ctlBounds.lastRequestedX;