2 types derived from CustomMenuItemCollection
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TemplateNodeCustomMenuItemCollection.cs (1)
15
internal class TemplateNodeCustomMenuItemCollection :
CustomMenuItemCollection
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (1)
15
internal class ToolStripItemCustomMenuItemCollection :
CustomMenuItemCollection
1 reference to CustomMenuItemCollection
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\CustomMenuItemCollectionTests.cs (1)
8
private readonly
CustomMenuItemCollection
_collection;