1 write to _menuCommandSvc
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\PbrsForward.cs (1)
41
_menuCommandSvc
= _sp.GetService<IMenuCommandService>();
2 references to _menuCommandSvc
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\PbrsForward.cs (2)
39
if (
_menuCommandSvc
is null && _sp is not null)
44
return
_menuCommandSvc
;