1 write to rightPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
44
rightPanel
= new ToolStripPanel(this);
3 references to rightPanel
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripContainer.cs (3)
49
rightPanel
.Dock = DockStyle.Right;
56
controlCollection.AddInternal(
rightPanel
);
340
return
rightPanel
;