3 writes to _newCommandPaste
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
553
_newCommandPaste
= new MenuCommand(new EventHandler(OnCommandPaste), StandardCommands.Paste);
1566
_newCommandPaste
= null;
1611
_newCommandPaste
= null;
7 references to _newCommandPaste
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (7)
545
if (mcs is not null &&
_newCommandPaste
is null)
554
if (mcs.FindCommand(
_newCommandPaste
.CommandID) is null)
556
mcs.AddCommand(
_newCommandPaste
);
1563
if (
_newCommandPaste
is not null)
1565
mcs.RemoveCommand(
_newCommandPaste
);
1608
if (
_newCommandPaste
is not null)
1610
mcs.RemoveCommand(
_newCommandPaste
);