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