1 write to activeCheckBox
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
59this.activeCheckBox = new System.Windows.Forms.CheckBox();
9 references to activeCheckBox
System.Workflow.Activities (9)
Rules\Design\Dialogs\RuleSetDialog.cs (5)
148this.activeCheckBox.Enabled = true; 156this.activeCheckBox.Checked = rule.Active; 201this.activeCheckBox.Checked = false; 209this.activeCheckBox.Enabled = false; 390rule.Active = this.activeCheckBox.Checked;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (4)
205this.ruleGroupBox.Controls.Add(this.activeCheckBox); 270resources.ApplyResources(this.activeCheckBox, "activeCheckBox"); 271this.activeCheckBox.Name = "activeCheckBox"; 272this.activeCheckBox.CheckedChanged += new System.EventHandler(this.activeCheckBox_CheckedChanged);