2 writes to _designerShortCutCommand
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
443
_designerShortCutCommand
= null;
450
_designerShortCutCommand
= new MenuCommand(OnKeyShowDesignerActions, MenuCommands.KeyInvokeSmartTag);
3 references to _designerShortCutCommand
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (3)
428
if (
_designerShortCutCommand
is null)
436
menuCommandService.RemoveCommand(
_designerShortCutCommand
);
459
menuCommandService.AddCommand(
_designerShortCutCommand
);