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)
65
return
_currentVerbs
!;
183
if (
_currentVerbs
is null && _serviceProvider is not null)
346
if (
_currentVerbs
is not null)
349
foreach (DesignerVerb verb in
_currentVerbs
)
473
if (
_currentVerbs
is not null)