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