1 write to _bottomToolStripPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
366
_bottomToolStripPanel
= _toolStripContainer.BottomToolStripPanel;
5 references to _bottomToolStripPanel
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (5)
174
InvokeCreateTool(GetDesigner(
_bottomToolStripPanel
!), tool);
347
return
_bottomToolStripPanel
;
371
_panels = [_contentToolStripPanel, _leftToolStripPanel, _rightToolStripPanel, _topToolStripPanel,
_bottomToolStripPanel
];
379
TypeDescriptor.AddAttributes(
_bottomToolStripPanel
, bottomToolboxBitmapAttribute, new DescriptionAttribute("bottom"));
385
EnableDesignMode(
_bottomToolStripPanel
, BottomToolStripPanelName);