1 write to bottomPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
42bottomPanel = new ToolStripPanel(this);
3 references to bottomPanel
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripContainer.cs (3)
48bottomPanel.Dock = DockStyle.Bottom; 58controlCollection.AddInternal(bottomPanel); 179return bottomPanel;