1 write to propertiesTabPage
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
47
this.
propertiesTabPage
= new System.Windows.Forms.TabPage();
10 references to propertiesTabPage
System.WorkflowServices (10)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (10)
59
this.
propertiesTabPage
.SuspendLayout();
102
this.operationTabControl.Controls.Add(this.
propertiesTabPage
);
168
this.
propertiesTabPage
.Controls.Add(this.protectionLevelComboBox);
169
this.
propertiesTabPage
.Controls.Add(this.protectionLevelLabel);
170
this.
propertiesTabPage
.Controls.Add(this.oneWayCheckBox);
171
resources.ApplyResources(this.
propertiesTabPage
, "propertiesTabPage");
172
this.
propertiesTabPage
.Name = "propertiesTabPage";
173
this.
propertiesTabPage
.UseVisualStyleBackColor = true;
233
this.
propertiesTabPage
.ResumeLayout(false);
234
this.
propertiesTabPage
.PerformLayout();