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)
437
if (
_oldShortCutCommand
is not null)
439
menuCommandService.AddCommand(
_oldShortCutCommand
);
454
if (
_oldShortCutCommand
is not null)
456
menuCommandService.RemoveCommand(
_oldShortCutCommand
);