1 write to chainingBehaviourComboBox
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
42
this.
chainingBehaviourComboBox
= new System.Windows.Forms.ComboBox();
11 references to chainingBehaviourComboBox
System.Workflow.Activities (11)
Rules\Design\Dialogs\RuleSetDialog.cs (5)
97
this.
chainingBehaviourComboBox
.Items.Add(Messages.Sequential);
98
this.
chainingBehaviourComboBox
.Items.Add(Messages.ExplicitUpdateOnly);
99
this.
chainingBehaviourComboBox
.Items.Add(Messages.FullChaining);
109
this.
chainingBehaviourComboBox
.SelectedIndex = (int)this.dialogRuleSet.ChainingBehavior;
407
this.dialogRuleSet.ChainingBehavior = (RuleChainingBehavior)this.
chainingBehaviourComboBox
.SelectedIndex;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (6)
130
this.panel1.Controls.Add(this.
chainingBehaviourComboBox
);
143
this.
chainingBehaviourComboBox
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
144
this.
chainingBehaviourComboBox
.FormattingEnabled = true;
145
resources.ApplyResources(this.
chainingBehaviourComboBox
, "chainingBehaviourComboBox");
146
this.
chainingBehaviourComboBox
.Name = "chainingBehaviourComboBox";
147
this.
chainingBehaviourComboBox
.SelectedIndexChanged += new System.EventHandler(this.chainingBehaviourComboBox_SelectedIndexChanged);