1 write to _oldUndoCommand
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
174
_oldUndoCommand
= menuService.FindCommand(StandardCommands.Undo);
4 references to _oldUndoCommand
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (4)
175
if (
_oldUndoCommand
is not null)
177
menuService.RemoveCommand(
_oldUndoCommand
);
212
if (
_oldUndoCommand
is not null)
214
menuService.AddCommand(
_oldUndoCommand
);