1 write to _oldRedoCommand
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
186_oldRedoCommand = menuService.FindCommand(StandardCommands.Redo);
4 references to _oldRedoCommand
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (4)
187if (_oldRedoCommand is not null) 189menuService.RemoveCommand(_oldRedoCommand); 226if (_oldRedoCommand is not null) 228menuService.AddCommand(_oldRedoCommand);