1 write to ruleGroupBox
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
49this.ruleGroupBox = new System.Windows.Forms.GroupBox();
20 references to ruleGroupBox
System.Workflow.Activities (20)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (20)
73this.ruleGroupBox.SuspendLayout(); 196this.ruleGroupBox.Controls.Add(this.reevaluationComboBox); 197this.ruleGroupBox.Controls.Add(this.elseTextBox); 198this.ruleGroupBox.Controls.Add(this.elseLabel); 199this.ruleGroupBox.Controls.Add(this.thenTextBox); 200this.ruleGroupBox.Controls.Add(this.thenLabel); 201this.ruleGroupBox.Controls.Add(this.conditionTextBox); 202this.ruleGroupBox.Controls.Add(this.conditionLabel); 203this.ruleGroupBox.Controls.Add(this.nameTextBox); 204this.ruleGroupBox.Controls.Add(this.nameLabel); 205this.ruleGroupBox.Controls.Add(this.activeCheckBox); 206this.ruleGroupBox.Controls.Add(this.reevaluationLabel); 207this.ruleGroupBox.Controls.Add(this.priorityTextBox); 208this.ruleGroupBox.Controls.Add(this.priorityLabel); 209resources.ApplyResources(this.ruleGroupBox, "ruleGroupBox"); 210this.ruleGroupBox.Name = "ruleGroupBox"; 211this.ruleGroupBox.TabStop = false; 338this.Controls.Add(this.ruleGroupBox); 355this.ruleGroupBox.ResumeLayout(false); 356this.ruleGroupBox.PerformLayout();