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); 1569_newCommandPaste = null; 1614_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); 1566if (_newCommandPaste is not null) 1568mcs.RemoveCommand(_newCommandPaste); 1611if (_newCommandPaste is not null) 1613mcs.RemoveCommand(_newCommandPaste);