1 write to _oldRedoCommand
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
180_oldRedoCommand = menuService.FindCommand(StandardCommands.Redo);
4 references to _oldRedoCommand
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (4)
181if (_oldRedoCommand is not null) 183menuService.RemoveCommand(_oldRedoCommand); 217if (_oldRedoCommand is not null) 219menuService.AddCommand(_oldRedoCommand);