3 writes to _currentVerbs
System.Windows.Forms.Design (3)
System\ComponentModel\Design\MenuCommandService.cs (3)
304
_currentVerbs
= new(result);
460
_currentVerbs
= null;
472
_currentVerbs
= null;
5 references to _currentVerbs
System.Windows.Forms.Design (5)
System\ComponentModel\Design\MenuCommandService.cs (5)
65
return
_currentVerbs
!;
180
if (
_currentVerbs
is null && _serviceProvider is not null)
343
if (
_currentVerbs
is not null)
346
foreach (DesignerVerb verb in
_currentVerbs
)
470
if (
_currentVerbs
is not null)