2 writes to _designerShortCutCommand
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
431
_designerShortCutCommand
= null;
438
_designerShortCutCommand
= new MenuCommand(OnKeyShowDesignerActions, MenuCommands.KeyInvokeSmartTag);
3 references to _designerShortCutCommand
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (3)
416
if (
_designerShortCutCommand
is null)
424
menuCommandService.RemoveCommand(
_designerShortCutCommand
);
447
menuCommandService.AddCommand(
_designerShortCutCommand
);