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