1 write to _templateNodeActive
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (1)
224_templateNodeActive = value;
3 references to _templateNodeActive
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
221get => _templateNodeActive; 231newCommand.Enabled = !_templateNodeActive; 249newCommand.Enabled = !_templateNodeActive;