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