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