2 writes to _menuService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\CommandSet.cs (2)
231protected IMenuCommandService? MenuService => _menuService ??= GetService<IMenuCommandService>(); 358_menuService = null;
2 references to _menuService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\CommandSet.cs (2)
350if (_menuService is not null) 354_menuService.RemoveCommand(_commandSet[i]);