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