3 writes to _newCommandPaste
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
556
_newCommandPaste
= new MenuCommand(new EventHandler(OnCommandPaste), StandardCommands.Paste);
1578
_newCommandPaste
= null;
1623
_newCommandPaste
= null;
7 references to _newCommandPaste
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (7)
548
if (mcs is not null &&
_newCommandPaste
is null)
557
if (mcs.FindCommand(
_newCommandPaste
.CommandID) is null)
559
mcs.AddCommand(
_newCommandPaste
);
1575
if (
_newCommandPaste
is not null)
1577
mcs.RemoveCommand(
_newCommandPaste
);
1620
if (
_newCommandPaste
is not null)
1622
mcs.RemoveCommand(
_newCommandPaste
);