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