1 instantiation of NewItemsContextMenuStrip
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (1)
369NewItemsContextMenuStrip contextMenu = new(component, currentItem, onClick, convertTo, serviceProvider);
4 references to NewItemsContextMenuStrip
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (3)
367public static NewItemsContextMenuStrip GetNewItemDropDown(IComponent component, ToolStripItem currentItem, EventHandler onClick, bool convertTo, IServiceProvider serviceProvider, bool populateCustom) 369NewItemsContextMenuStrip contextMenu = new(component, currentItem, onClick, convertTo, serviceProvider); 404public static void GetCustomNewItemDropDown(NewItemsContextMenuStrip contextMenu, IComponent component, ToolStripItem currentItem, EventHandler onClick, bool convertTo, IServiceProvider serviceProvider)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
104private NewItemsContextMenuStrip _contextMenu;