3 instantiations of TypedServiceOperationListItem
System.WorkflowServices (3)
System\Workflow\Activities\Design\OperationPickerDialog.cs (3)
92TypedServiceOperationListItem operationItem = new TypedServiceOperationListItem(); 214TypedServiceOperationListItem operationItem = new TypedServiceOperationListItem(); 391operationItem = new TypedServiceOperationListItem();
13 references to TypedServiceOperationListItem
System.WorkflowServices (13)
System\Workflow\Activities\Design\OperationPickerDialog.cs (5)
92TypedServiceOperationListItem operationItem = new TypedServiceOperationListItem(); 214TypedServiceOperationListItem operationItem = new TypedServiceOperationListItem(); 267if (selectedObject is TypedServiceOperationListItem) 269selectedOperation = ((TypedServiceOperationListItem) selectedObject).Operation; 394((TypedServiceOperationListItem) operationItem).Operation = operationInfo as TypedOperationInfo;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (8)
68TypedServiceOperationListItem operationListItem = this.Item as TypedServiceOperationListItem; 456TypedServiceOperationListItem reflectedOperationListItem = this.Item as TypedServiceOperationListItem; 474TypedServiceOperationListItem reflectedOperationListItem = this.Item as TypedServiceOperationListItem; 669TypedServiceOperationListItem reflectedOperationListItem = this.Item as TypedServiceOperationListItem;