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