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