1 write to typeTabPage
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
137this.typeTabPage = new System.Windows.Forms.TabPage();
7 references to typeTabPage
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (7)
152this.typeTabPage.SuspendLayout(); 184this.tabControl.Controls.Add(this.typeTabPage); 191this.typeTabPage.BackColor = System.Drawing.Color.Transparent; 192this.typeTabPage.Controls.Add(this.typeSplitContainer); 193resources.ApplyResources(this.typeTabPage, "typeTabPage"); 194this.typeTabPage.Name = "typeTabPage"; 314this.typeTabPage.ResumeLayout(false);