7 references to Panel2
System.Windows.Forms (4)
winforms\Managed\System\WinForms\SplitContainer.cs (4)
1482if (value > Panel2.Width) { 1483SplitterDistanceInternal = Panel2.Width + SplitterWidthInternal; //Set the Splitter Distance to the start of Panel2 1825splitterDistance = Math.Max(Height - Panel2.Height - SplitterWidthInternal, Panel1MinSize); 1916if ((this.Panel1.Controls.Count > 0 || this.Panel2.Controls.Count > 0) || TabStop) {
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
154this.typeSplitContainer.Panel2.SuspendLayout(); 208this.typeSplitContainer.Panel2.Controls.Add(this.artifactListView); 316this.typeSplitContainer.Panel2.ResumeLayout(false);