2 writes to lastRequestedY
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIHandler.cs (2)
259ctlBounds.lastRequestedY += offset.Y; 622lastRequestedY = Y;
2 references to lastRequestedY
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIHandler.cs (2)
254adjustedLoc.Y = ctlBounds.lastRequestedY; 269int targetY = ctlBounds.lastRequestedY;