1 write to _groups
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\GroupedContextMenuStrip.cs (1)
28
_groups
??= new ContextMenuStripGroupCollection();
4 references to _groups
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\GroupedContextMenuStrip.cs (4)
30
return
_groups
;
50
if (groupName is not null &&
_groups
is not null &&
_groups
.ContainsKey(groupName))
52
List<ToolStripItem> items =
_groups
[groupName].Items;