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