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