1 write to _oldUndoCommand
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
180
_oldUndoCommand
= menuService.FindCommand(StandardCommands.Undo);
4 references to _oldUndoCommand
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (4)
181
if (
_oldUndoCommand
is not null)
183
menuService.RemoveCommand(
_oldUndoCommand
);
221
if (
_oldUndoCommand
is not null)
223
menuService.AddCommand(
_oldUndoCommand
);