5 instantiations of ContextMenuStripGroupCollection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\GroupedContextMenuStrip.cs (1)
28
_groups ??= new
ContextMenuStripGroupCollection
();
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ContextMenuStripGroupCollectionTests.cs (4)
11
ContextMenuStripGroupCollection collection =
new
();
23
ContextMenuStripGroupCollection collection =
new
();
33
ContextMenuStripGroupCollection collection =
new
();
44
ContextMenuStripGroupCollection collection =
new
();
6 references to ContextMenuStripGroupCollection
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\GroupedContextMenuStrip.cs (2)
12
private
ContextMenuStripGroupCollection
? _groups;
24
public
ContextMenuStripGroupCollection
Groups
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ContextMenuStripGroupCollectionTests.cs (4)
11
ContextMenuStripGroupCollection
collection = new();
23
ContextMenuStripGroupCollection
collection = new();
33
ContextMenuStripGroupCollection
collection = new();
44
ContextMenuStripGroupCollection
collection = new();