1 write to Active
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
390rule.Active = this.activeCheckBox.Checked;
5 references to Active
System.Workflow.Activities (5)
Rules\Design\Dialogs\RuleSetDialog.cs (2)
156this.activeCheckBox.Checked = rule.Active; 438listViewItem.SubItems[3].Text = rule.Active.ToString(CultureInfo.CurrentCulture);
Rules\Executor.cs (1)
360if (r.Active)
Rules\Rule.cs (2)
231|| (this.Active != other.Active)