6 references to MenuService
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\CommandSet.cs (2)
207IMenuCommandService? menuService = MenuService; 2168MenuCommand? btf = MenuService?.FindCommand(StandardCommands.BringToFront);
System\Windows\Forms\Design\ControlCommandSet.cs (4)
268if (MenuService is not null) 272MenuService.AddCommand(_commandSet[i]); 345if (MenuService is not null) 349MenuService.RemoveCommand(_commandSet[i]);