1 write to protectionLevelComboBox
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
48
this.
protectionLevelComboBox
= new System.Windows.Forms.ComboBox();
15 references to protectionLevelComboBox
System.WorkflowServices (15)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (10)
43
this.
protectionLevelComboBox
.Items.Add(SR2.GetString(SR2.UseRuntimeDefaults));
44
this.
protectionLevelComboBox
.Items.Add(ProtectionLevel.None);
45
this.
protectionLevelComboBox
.Items.Add(ProtectionLevel.Sign);
46
this.
protectionLevelComboBox
.Items.Add(ProtectionLevel.EncryptAndSign);
81
this.
protectionLevelComboBox
.SelectedItem = workflowOperationListItem.Operation.ProtectionLevel;
85
this.
protectionLevelComboBox
.SelectedItem = SR2.GetString(SR2.UseRuntimeDefaults);
118
this.
protectionLevelComboBox
.SelectedValueChanged += new System.EventHandler(this.protectionLevelComboBoxSelectedValueChanged);
541
if (this.
protectionLevelComboBox
.SelectedItem.Equals(SR2.GetString(SR2.UseRuntimeDefaults)))
547
item.Operation.ProtectionLevel = (ProtectionLevel) this.
protectionLevelComboBox
.SelectedItem;
606
this.
protectionLevelComboBox
.Enabled = editable;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (5)
168
this.propertiesTabPage.Controls.Add(this.
protectionLevelComboBox
);
177
this.
protectionLevelComboBox
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
178
resources.ApplyResources(this.
protectionLevelComboBox
, "protectionLevelComboBox");
179
this.
protectionLevelComboBox
.FormattingEnabled = true;
180
this.
protectionLevelComboBox
.Name = "protectionLevelComboBox";