1 write to _menuCommandService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StandardCommandToolStripMenuItem.cs (1)
67_menuCommandService = menuCommandService;
2 references to _menuCommandService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\StandardCommandToolStripMenuItem.cs (2)
65if (_menuCommandService is null && _serviceProvider.TryGetService(out IMenuCommandService? menuCommandService)) 70return _menuCommandService;