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)
181
if (
_oldRedoCommand
is not null)
183
menuService.RemoveCommand(
_oldRedoCommand
);
217
if (
_oldRedoCommand
is not null)
219
menuService.AddCommand(
_oldRedoCommand
);