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)
545if (mcs is not null && _newCommandPaste is null) 554if (mcs.FindCommand(_newCommandPaste.CommandID) is null) 556mcs.AddCommand(_newCommandPaste); 1563if (_newCommandPaste is not null) 1565mcs.RemoveCommand(_newCommandPaste); 1608if (_newCommandPaste is not null) 1610mcs.RemoveCommand(_newCommandPaste);