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