3 writes to _oldCommandPaste
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
550
_oldCommandPaste
= mcs.FindCommand(StandardCommands.Paste);
1584
_oldCommandPaste
= null;
1628
_oldCommandPaste
= null;
7 references to _oldCommandPaste
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (7)
551
if (
_oldCommandPaste
is not null)
553
mcs.RemoveCommand(
_oldCommandPaste
);
616
_oldCommandPaste
?.Invoke();
1581
if (
_oldCommandPaste
is not null && mcs.FindCommand(
_oldCommandPaste
.CommandID) is null)
1583
mcs.AddCommand(
_oldCommandPaste
);
1626
if (
_oldCommandPaste
is not null)