2 writes to _commandsAdded
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
294_commandsAdded = true; 1587_commandsAdded = false;
4 references to _commandsAdded
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (4)
262if (mcs is not null & !_commandsAdded) 488if (_commandsAdded && x == -1 && y == -1) 1552if (mcs is not null & _commandsAdded) 1608if (mcs is not null && _commandsAdded)