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