1 write to _menuService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DesignerActionKeyboardBehavior.cs (1)
21_menuService = serviceProvider.GetService<IMenuCommandService>();
2 references to _menuService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DesignerActionKeyboardBehavior.cs (2)
22Debug.Assert(_menuService is not null, "we should have found a menu service here..."); 31if (_panel is not null && _menuService is not null)