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