3 writes to _currentVerbs
System.Windows.Forms.Design (3)
System\ComponentModel\Design\MenuCommandService.cs (3)
307_currentVerbs = new(result); 463_currentVerbs = null; 475_currentVerbs = null;
5 references to _currentVerbs
System.Windows.Forms.Design (5)
System\ComponentModel\Design\MenuCommandService.cs (5)
65return _currentVerbs!; 183if (_currentVerbs is null && _serviceProvider is not null) 346if (_currentVerbs is not null) 349foreach (DesignerVerb verb in _currentVerbs) 473if (_currentVerbs is not null)