2 writes to _menuCommandService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
142
_menuCommandService
= (IMenuCommandService)_provider.GetService(typeof(IMenuCommandService));
1638
_menuCommandService
= null;
2 references to _menuCommandService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
138
if (
_menuCommandService
is null)
146
return
_menuCommandService
;