1 instantiation of ContextMenuStripGroup
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ContextMenuStripGroupCollection.cs (1)
20InnerHashtable[key] = new ContextMenuStripGroup();
5 references to ContextMenuStripGroup
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ContextMenuStripGroupCollection.cs (4)
14public ContextMenuStripGroup this[string key] 23return (ContextMenuStripGroup)InnerHashtable[key]!; 34if (value is not ContextMenuStripGroup) 44if (newValue is not ContextMenuStripGroup)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
129ContextMenuStripGroup group = _designerContextMenuStrip.Groups[StandardGroups.Verbs];