2 writes to _commandsAdded
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
291_commandsAdded = true; 1575_commandsAdded = false;
4 references to _commandsAdded
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (4)
259if (mcs is not null & !_commandsAdded) 485if (_commandsAdded && x == -1 && y == -1) 1540if (mcs is not null & _commandsAdded) 1596if (mcs is not null && _commandsAdded)