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