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