1 write to topPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
41topPanel = new ToolStripPanel(this);
3 references to topPanel
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripContainer.cs (3)
47topPanel.Dock = DockStyle.Top; 57controlCollection.AddInternal(topPanel); 366return topPanel;