2 references to PreferredWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBar.cs (2)
1024Width = AutoSize ? PreferredWidth : saveSize; 1458if (AutoSize) width = PreferredWidth;