8 references to ToolStripPanel
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (8)
92ToolStripPanel currentOwner = ToolStripPanel; 126ToolStripPanel.SuspendLayout(); 140ToolStripPanel.ResumeLayout(); 227using LayoutTransaction t = new(ToolStripPanel, control, PropertyNames.Parent); 238if (ToolStripPanel is not null && ToolStripPanel.ParentInternal is not null) 240layoutTransaction = new LayoutTransaction(ToolStripPanel, ToolStripPanel.ParentInternal, PropertyNames.Parent);