1 write to _oldShortCutCommand
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
447_oldShortCutCommand = menuCommandService.FindCommand(MenuCommands.KeyInvokeSmartTag);
4 references to _oldShortCutCommand
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (4)
431if (_oldShortCutCommand is not null) 433menuCommandService.AddCommand(_oldShortCutCommand); 448if (_oldShortCutCommand is not null) 450menuCommandService.RemoveCommand(_oldShortCutCommand);