1 write to _cmdShowDesignerActions
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUI.cs (1)
95
_cmdShowDesignerActions
= new MenuCommand(OnKeyShowDesignerActions, MenuCommands.KeyInvokeSmartTag);
3 references to _cmdShowDesignerActions
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionUI.cs (3)
96
menuCommandService.AddCommand(
_cmdShowDesignerActions
);
128
if (
_cmdShowDesignerActions
is not null)
131
mcs?.RemoveCommand(
_cmdShowDesignerActions
);