1 write to _oldUndoCommand
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
171
_oldUndoCommand
= menuService.FindCommand(StandardCommands.Undo);
4 references to _oldUndoCommand
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (4)
172
if (
_oldUndoCommand
is not null)
174
menuService.RemoveCommand(
_oldUndoCommand
);
209
if (
_oldUndoCommand
is not null)
211
menuService.AddCommand(
_oldUndoCommand
);