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