2 references to ToolStripItemCollection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (1)
40internal ToolStripItemCollection(ToolStrip owner, bool itemsCollection) : this(owner, itemsCollection, /*isReadOnly=*/false){
winforms\Managed\System\WinForms\ToolStripOverflow.cs (1)
60return new ToolStripItemCollection(null, /*ownedCollection=*/false, /*readonly=*/true);