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