1 write to oneWayCheckBox
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
36
this.
oneWayCheckBox
= new System.Windows.Forms.CheckBox();
8 references to oneWayCheckBox
System.WorkflowServices (8)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (4)
90
this.
oneWayCheckBox
.Checked = operationInfoBase.GetIsOneWay(ServiceProvider);
108
this.
oneWayCheckBox
.CheckedChanged += new EventHandler(oneWayCheckBoxCheckedChanged);
322
workflowOperationListItem.Operation.IsOneWay = this.
oneWayCheckBox
.Checked;
602
this.
oneWayCheckBox
.Enabled = editable;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (4)
65
resources.ApplyResources(this.
oneWayCheckBox
, "oneWayCheckBox");
66
this.
oneWayCheckBox
.Name = "oneWayCheckBox";
67
this.
oneWayCheckBox
.UseVisualStyleBackColor = true;
170
this.propertiesTabPage.Controls.Add(this.
oneWayCheckBox
);