1 write to _oldShortCutCommand
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
453_oldShortCutCommand = menuCommandService.FindCommand(MenuCommands.KeyInvokeSmartTag);
4 references to _oldShortCutCommand
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (4)
437if (_oldShortCutCommand is not null) 439menuCommandService.AddCommand(_oldShortCutCommand); 454if (_oldShortCutCommand is not null) 456menuCommandService.RemoveCommand(_oldShortCutCommand);