2 writes to lastRequestedY
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIHandler.cs (2)
289
ctlBounds.
lastRequestedY
+= offset.Y;
652
lastRequestedY
= Y;
2 references to lastRequestedY
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIHandler.cs (2)
284
adjustedLoc.Y = ctlBounds.
lastRequestedY
;
299
int targetY = ctlBounds.
lastRequestedY
;