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)
187
if (
_oldRedoCommand
is not null)
189
menuService.RemoveCommand(
_oldRedoCommand
);
226
if (
_oldRedoCommand
is not null)
228
menuService.AddCommand(
_oldRedoCommand
);