3 references to SelectionMenu
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ComponentDesigner.cs (1)
587
=> GetService<IMenuCommandService>()?.ShowContextMenu(MenuCommands.
SelectionMenu
, x, y);
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1016
mcs.ShowContextMenu(MenuCommands.
SelectionMenu
, x, y);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MenuCommandsTests.cs (1)
51
yield return new object[] { MenuCommands.
SelectionMenu
, new CommandID(new Guid("74d21312-2aee-11d1-8bfb-00a0c90f26f7"), 1280) };