1 write to panel1
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
40
this.
panel1
= new System.Windows.Forms.Panel();
10 references to panel1
System.Workflow.Activities (10)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (10)
71
this.
panel1
.SuspendLayout();
122
this.rulesGroupBox.Controls.Add(this.
panel1
);
129
this.
panel1
.Controls.Add(this.chainingLabel);
130
this.
panel1
.Controls.Add(this.chainingBehaviourComboBox);
131
this.
panel1
.Controls.Add(this.rulesToolStrip);
132
this.
panel1
.Controls.Add(this.rulesListView);
133
resources.ApplyResources(this.
panel1
, "panel1");
134
this.
panel1
.Name = "panel1";
351
this.
panel1
.ResumeLayout(false);
352
this.
panel1
.PerformLayout();