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