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)
96menuCommandService.AddCommand(_cmdShowDesignerActions); 128if (_cmdShowDesignerActions is not null) 131mcs?.RemoveCommand(_cmdShowDesignerActions);