3 writes to requestedSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolBar.cs (3)
1031requestedSize = saveSize; 1457if ((specified & BoundsSpecified.Width) != BoundsSpecified.None) requestedSize = width; 1467if ((specified & BoundsSpecified.Height) != BoundsSpecified.None) requestedSize = height;
1 reference to requestedSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
1021int saveSize = requestedSize;