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