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)
178InvokeCreateTool(GetDesigner(_topToolStripPanel!), tool); 351return _topToolStripPanel; 371_panels = [_contentToolStripPanel, _leftToolStripPanel, _rightToolStripPanel, _topToolStripPanel, _bottomToolStripPanel]; 382TypeDescriptor.AddAttributes(_topToolStripPanel, topToolboxBitmapAttribute, new DescriptionAttribute("top")); 384EnableDesignMode(_topToolStripPanel, TopToolStripPanelName); 392if (_topToolStripPanel is not null) 394ToolStripPanelDesigner? panelDesigner = _designerHost?.GetDesigner(_topToolStripPanel) as ToolStripPanelDesigner;