1 instantiation of MenuItemCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Menu.cs (1)
177itemsCollection = new MenuItemCollection(this);
3 references to MenuItemCollection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Menu.cs (3)
53private MenuItemCollection itemsCollection; 174public MenuItemCollection MenuItems { 968private ArrayList FindInternal(string key, bool searchAllChildren, MenuItemCollection menuItemsToLookIn, ArrayList foundMenuItems) {