4 references to ToolStripPanel
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (4)
27
_topPanel = new
ToolStripPanel
(this);
28
_bottomPanel = new
ToolStripPanel
(this);
29
_leftPanel = new
ToolStripPanel
(this);
30
_rightPanel = new
ToolStripPanel
(this);