2 writes to _designerShortCutCommand
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
437
_designerShortCutCommand
= null;
444
_designerShortCutCommand
= new MenuCommand(OnKeyShowDesignerActions, MenuCommands.KeyInvokeSmartTag);
3 references to _designerShortCutCommand
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (3)
422
if (
_designerShortCutCommand
is null)
430
menuCommandService.RemoveCommand(
_designerShortCutCommand
);
453
menuCommandService.AddCommand(
_designerShortCutCommand
);