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