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)
548if (mcs is not null && _newCommandPaste is null) 557if (mcs.FindCommand(_newCommandPaste.CommandID) is null) 559mcs.AddCommand(_newCommandPaste); 1575if (_newCommandPaste is not null) 1577mcs.RemoveCommand(_newCommandPaste); 1620if (_newCommandPaste is not null) 1622mcs.RemoveCommand(_newCommandPaste);