1 write to typeSplitContainer
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
138
this.
typeSplitContainer
= new System.Windows.Forms.SplitContainer();
13 references to typeSplitContainer
System.Workflow.ComponentModel (13)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (13)
153
this.
typeSplitContainer
.Panel1.SuspendLayout();
154
this.
typeSplitContainer
.Panel2.SuspendLayout();
155
this.
typeSplitContainer
.SuspendLayout();
192
this.typeTabPage.Controls.Add(this.
typeSplitContainer
);
198
this.
typeSplitContainer
.BackColor = System.Drawing.Color.Transparent;
199
resources.ApplyResources(this.
typeSplitContainer
, "typeSplitContainer");
200
this.
typeSplitContainer
.Name = "typeSplitContainer";
204
this.
typeSplitContainer
.Panel1.Controls.Add(this.artifactTreeView);
208
this.
typeSplitContainer
.Panel2.Controls.Add(this.artifactListView);
209
this.
typeSplitContainer
.TabStop = false;
315
this.
typeSplitContainer
.Panel1.ResumeLayout(false);
316
this.
typeSplitContainer
.Panel2.ResumeLayout(false);
317
this.
typeSplitContainer
.ResumeLayout(false);