1 write to _topToolStripPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
365
_topToolStripPanel
= _toolStripContainer.TopToolStripPanel;
7 references to _topToolStripPanel
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (7)
178
InvokeCreateTool(GetDesigner(
_topToolStripPanel
!), tool);
351
return
_topToolStripPanel
;
371
_panels = [_contentToolStripPanel, _leftToolStripPanel, _rightToolStripPanel,
_topToolStripPanel
, _bottomToolStripPanel];
382
TypeDescriptor.AddAttributes(
_topToolStripPanel
, topToolboxBitmapAttribute, new DescriptionAttribute("top"));
384
EnableDesignMode(
_topToolStripPanel
, TopToolStripPanelName);
392
if (
_topToolStripPanel
is not null)
394
ToolStripPanelDesigner? panelDesigner = _designerHost?.GetDesigner(
_topToolStripPanel
) as ToolStripPanelDesigner;