2 writes to ContractType
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
87serviceContract.ContractType = typedOperationInfo.ContractType; 233contractItem.ContractType = typeBrowserDialog.SelectedType;
3 references to ContractType
System.WorkflowServices (3)
System\Workflow\Activities\Design\OperationPickerDialog.cs (3)
294ImportContract(serviceContractListItem.ContractType); 421if (!serviceContractListItem.IsCustomContract && serviceContractListItem.ContractType.Equals(foundContract.ContractType))