1 write to createProperty
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
39this.createProperty = new System.Windows.Forms.RadioButton();
6 references to createProperty
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (2)
57this.createProperty.Checked = true; //make the property to be the default emitted entity 218this.createNewProperty = this.createProperty.Checked;
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (4)
98resources.ApplyResources(this.createProperty, "createProperty"); 99this.createProperty.Name = "createProperty"; 100this.createProperty.UseVisualStyleBackColor = true; 106this.groupBox1.Controls.Add(this.createProperty);