1 write to createField
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
38this.createField = new System.Windows.Forms.RadioButton();
6 references to createField
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (6)
90resources.ApplyResources(this.createField, "createField"); 91this.createField.Checked = true; 92this.createField.Name = "createField"; 93this.createField.TabStop = true; 94this.createField.UseVisualStyleBackColor = true; 105this.groupBox1.Controls.Add(this.createField);