1 write to Panel2
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
99Panel2 = new SplitterPanel(this);
47 references to Panel2
System.Windows.Forms (45)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (45)
106((TypedControlCollection)Controls).AddInternal(Panel2); 533if (value && Panel2.Collapsed) 535CollapsePanel(Panel2, false); 553return Panel2.Collapsed; 557if (value != Panel2.Collapsed) 564CollapsePanel(Panel2, value); 1160_nextActiveControl = Panel2; 1246Panel2.RightToLeft = RightToLeft; 1302if (value > Panel2.Width) 1304SplitterDistanceInternal = Panel2.Width + SplitterWidthInternal; // Set the Splitter Distance to the start of Panel2 1605Panel2.SuspendLayout(); 1611Panel2.Size = new Size(0, Panel2.Height); 1617Panel2.Size = new Size(Panel2.Width, 0); 1629Panel2.Size = new Size(Math.Max(Width - _panelSize - SplitterWidthInternal, Panel2MinSize), Height); 1634Panel2.Size = new Size(_panelSize, Height); 1649Panel2.Size = new Size(Math.Max(Width - _splitterDistance - SplitterWidthInternal, Panel2MinSize), Height); 1654Panel2.Location = new Point(Panel1.WidthInternal + SplitterWidthInternal, 0); 1668Panel2.Size = Size; 1669Panel2.Location = new Point(0, 0); 1688Panel2.Size = new Size(Width, Math.Max(Height - panel2Start, Panel2MinSize)); 1689Panel2.Location = new Point(0, panel2Start); 1694Panel2.Size = new Size(Width, _panelSize); 1695_splitterDistance = Math.Max(Height - Panel2.Height - SplitterWidthInternal, Panel1MinSize); 1699Panel2.Location = new Point(0, panel2Start); 1713Panel2.Size = new Size(Width, Math.Max(Height - panel2Start, Panel2MinSize)); 1714Panel2.Location = new Point(0, panel2Start); 1724Panel2.Size = Size; 1725Panel2.Location = new Point(0, 0); 1747Panel2.ResumeLayout(); 1803if ((Panel1.Controls.Count > 0 || Panel2.Controls.Count > 0) || TabStop) 1985_nextActiveControl = Panel2; 1995_nextActiveControl = Panel2; 2177Panel2.SuspendLayout(); 2187Panel2.Size = new Size(Width - _splitterDistance - SplitterWidthInternal, Height); 2192Panel2.Location = new Point(_splitterDistance + SplitterWidthInternal, 0); 2197Panel2.Location = new Point(0, 0); 2211Panel2.Size = Size; 2212Panel2.Location = new Point(0, 0); 2237Panel2.Size = new Size(Width, Height - panel2Start); 2238Panel2.Location = new Point(0, panel2Start); 2252Panel2.Size = Size; 2253Panel2.Location = new Point(0, 0); 2270Panel2.ResumeLayout();
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SplitContainerDesigner.cs (2)
234_splitterPanel2 = _splitContainer.Panel2; 237EnableDesignMode(_splitContainer.Panel2, Panel2Name);