3 writes to ProtectionLevel
System.WorkflowServices (3)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
547
item.Operation.
ProtectionLevel
= (ProtectionLevel) this.protectionLevelComboBox.SelectedItem;
System\Workflow\Activities\OperationInfo.cs (2)
118
clonedOperation.
ProtectionLevel
= this.ProtectionLevel;
274
this.
ProtectionLevel
= null;
7 references to ProtectionLevel
System.WorkflowServices (7)
System\Workflow\Activities\ContractMethodInfo.cs (2)
80
if (operationInfo.HasProtectionLevel && operationInfo.
ProtectionLevel
!= null)
82
operationContract.ProtectionLevel = (ProtectionLevel) operationInfo.
ProtectionLevel
;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
81
this.protectionLevelComboBox.SelectedItem = workflowOperationListItem.Operation.
ProtectionLevel
;
System\Workflow\Activities\OperationInfo.cs (4)
72
return (this.
ProtectionLevel
!= null);
118
clonedOperation.ProtectionLevel = this.
ProtectionLevel
;
153
if (operationInfo.
ProtectionLevel
!= this.
ProtectionLevel
)