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)
22
Debug.Assert(
_menuService
is not null, "we should have found a menu service here...");
31
if (_panel is not null &&
_menuService
is not null)