3 instantiations of WorkflowServiceOperationListItem
System.WorkflowServices (3)
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
110WorkflowServiceOperationListItem workflowOperationItem = new WorkflowServiceOperationListItem(); 382operationItem = new WorkflowServiceOperationListItem();
System\Workflow\Activities\Design\ServiceOperationListItemList.cs (1)
21ServiceOperationListItem result = new WorkflowServiceOperationListItem();
26 references to WorkflowServiceOperationListItem
System.WorkflowServices (26)
System\Workflow\Activities\Design\OperationPickerDialog.cs (6)
110WorkflowServiceOperationListItem workflowOperationItem = new WorkflowServiceOperationListItem(); 144WorkflowServiceOperationListItem newWorkflowServiceOperationListItem = serviceContractListItem.CreateOperation(); 254WorkflowServiceOperationListItem newWorkflowServiceOperationListItem = contractItem.CreateOperation(); 271else if (selectedObject is WorkflowServiceOperationListItem) 273selectedOperation = ((WorkflowServiceOperationListItem) selectedObject).Operation; 386((WorkflowServiceOperationListItem) operationItem).Operation = operationInfo as OperationInfo;
System\Workflow\Activities\Design\ServiceContractDetailViewControl.cs (1)
72foreach (WorkflowServiceOperationListItem workflowOperationListItem in listItem.Operations)
System\Workflow\Activities\Design\ServiceContractListItem.cs (3)
97public WorkflowServiceOperationListItem CreateOperation() 99WorkflowServiceOperationListItem result = (WorkflowServiceOperationListItem) this.operations.CreateWithUniqueName();
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (16)
69WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem; 320WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem; 337WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem; 449WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem; 467WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem; 540WorkflowServiceOperationListItem item = (WorkflowServiceOperationListItem) this.Item; 668WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem; 698WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem;