1 write to groupBox1
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
40this.groupBox1 = new System.Windows.Forms.GroupBox();
9 references to groupBox1
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (9)
48this.groupBox1.SuspendLayout(); 104resources.ApplyResources(this.groupBox1, "groupBox1"); 105this.groupBox1.Controls.Add(this.createField); 106this.groupBox1.Controls.Add(this.createProperty); 107this.groupBox1.Name = "groupBox1"; 108this.groupBox1.TabStop = false; 130this.newMemberPage.Controls.Add(this.groupBox1); 170this.groupBox1.ResumeLayout(false); 171this.groupBox1.PerformLayout();