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