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