4 references to Panel1
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1916if ((this.Panel1.Controls.Count > 0 || this.Panel2.Controls.Count > 0) || TabStop) {
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
153this.typeSplitContainer.Panel1.SuspendLayout(); 204this.typeSplitContainer.Panel1.Controls.Add(this.artifactTreeView); 315this.typeSplitContainer.Panel1.ResumeLayout(false);