1 write to tabControl
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
136
this.
tabControl
= new System.Windows.Forms.TabControl();
8 references to tabControl
System.Workflow.ComponentModel (8)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (8)
151
this.
tabControl
.SuspendLayout();
183
resources.ApplyResources(this.
tabControl
, "tabControl");
184
this.
tabControl
.Controls.Add(this.typeTabPage);
185
this.
tabControl
.Controls.Add(this.advancedTabPage);
186
this.
tabControl
.Name = "tabControl";
187
this.
tabControl
.SelectedIndex = 0;
305
this.Controls.Add(this.
tabControl
);
313
this.
tabControl
.ResumeLayout(false);