2 writes to _menuCommandService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
145
_menuCommandService
= (IMenuCommandService)_provider.GetService(typeof(IMenuCommandService));
1659
_menuCommandService
= null;
2 references to _menuCommandService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
141
if (
_menuCommandService
is null)
149
return
_menuCommandService
;