1 instantiation of ToolStripPanelControlCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
388protected override ControlCollection CreateControlsInstance() => new ToolStripPanelControlCollection(this);
2 references to ToolStripPanelControlCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
617ToolStripPanelControlCollection? controls = Controls as ToolStripPanelControlCollection;