2 writes to lastRequestedWidth
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIHandler.cs (2)
260
ctlBounds.
lastRequestedWidth
+= offset.Width;
623
lastRequestedWidth
= Width;
1 reference to lastRequestedWidth
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIHandler.cs (1)
270
int targetWidth = ctlBounds.
lastRequestedWidth
;