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