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