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