1 write to _oldRedoCommand
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
177
_oldRedoCommand
= menuService.FindCommand(StandardCommands.Redo);
4 references to _oldRedoCommand
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (4)
178
if (
_oldRedoCommand
is not null)
180
menuService.RemoveCommand(
_oldRedoCommand
);
214
if (
_oldRedoCommand
is not null)
216
menuService.AddCommand(
_oldRedoCommand
);