14 references to GroupOrdering
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\BaseContextMenuStrip.cs (1)
210
GroupOrdering
.AddRange([
System\Windows\Forms\Design\GroupedContextMenuStrip.cs (1)
48
foreach (string? groupName in
GroupOrdering
)
System\Windows\Forms\Design\ToolStripContentPanelDesigner.cs (2)
23
_contextMenu.
GroupOrdering
.Clear();
24
_contextMenu.
GroupOrdering
.AddRange(
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (2)
370
contextMenu.
GroupOrdering
.Add("StandardList");
371
contextMenu.
GroupOrdering
.Add("CustomList");
System\Windows\Forms\Design\ToolStripItemDesigner.cs (4)
85
toolStripContextMenu.
GroupOrdering
.Clear();
86
toolStripContextMenu.
GroupOrdering
.AddRange([StandardGroups.Code, StandardGroups.Selection, StandardGroups.Edit, StandardGroups.Properties]);
90
toolStripContextMenu.
GroupOrdering
.Clear();
91
toolStripContextMenu.
GroupOrdering
.AddRange([StandardGroups.Code, StandardGroups.Custom, StandardGroups.Selection, StandardGroups.Edit, StandardGroups.Properties]);
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
72
_contextMenu.
GroupOrdering
.Clear();
73
_contextMenu.
GroupOrdering
.AddRange([StandardGroups.Code,
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
278
templateNodeContextMenu.
GroupOrdering
.Clear();
279
templateNodeContextMenu.
GroupOrdering
.AddRange([StandardGroups.Code, StandardGroups.Custom, StandardGroups.Selection, StandardGroups.Edit]);