4 writes to IsCustomContract
System.WorkflowServices (4)
System\Workflow\Activities\Design\OperationPickerDialog.cs (4)
88serviceContract.IsCustomContract = false; 107serviceContract.IsCustomContract = true; 234contractItem.IsCustomContract = false; 252contractItem.IsCustomContract = true;
6 references to IsCustomContract
System.WorkflowServices (6)
System\Workflow\Activities\Design\OperationPickerDialog.cs (4)
143Fx.Assert(serviceContractListItem.IsCustomContract, " this should work only on a custom contract item"); 292if (!serviceContractListItem.IsCustomContract) 353if ((serviceContractListItem != null) && (serviceContractListItem.IsCustomContract)) 421if (!serviceContractListItem.IsCustomContract && serviceContractListItem.ContractType.Equals(foundContract.ContractType))
System\Workflow\Activities\Design\ServiceContractDetailViewControl.cs (1)
29if (listItem.IsCustomContract)
System\Workflow\Activities\Design\ServiceContractViewControl.cs (1)
37if (listItem.IsCustomContract)