1 write to panel1
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SplitContainer.cs (1)
151panel1 = new SplitterPanel(this);
55 references to panel1
System.Windows.Forms (55)
winforms\Managed\System\WinForms\SplitContainer.cs (55)
160((WindowsFormsUtils.TypedControlCollection)this.Controls).AddInternal(panel1); 618return this.panel1; 674return panel1.Collapsed; 677if (value != panel1.Collapsed) { 681CollapsePanel(panel1, value); 702if (value && panel1.Collapsed) { 703CollapsePanel(panel1, false); 817panel1.WidthInternal = SplitterDistance; 836panel1.HeightInternal = SplitterDistance; 1425this.panel1.RightToLeft = this.RightToLeft; 1558r.X = panel1.Location.X + splitSize; 1573r.Y = panel1.Location.Y + splitSize; 1666size = Math.Max(panel1.Width + delta, BORDERSIZE); 1670size = Math.Max(panel1.Width - delta, BORDERSIZE); 1674size = Math.Max(panel1.Height + delta, BORDERSIZE); 1752panel1.SuspendLayout(); 1756panel1.Size = new Size(0, panel1.Height); 1760panel1.Size = new Size(panel1.Width, 0); 1771panel1.Size = new Size(panelSize, Height); 1777panel1.WidthInternal = splitterDistance; 1778panel1.HeightInternal = Height; 1784panel1.WidthInternal = splitterDistance; //Default splitter distance from left or top. 1785panel1.HeightInternal = Height; 1789panel2.Location = new Point(panel1.WidthInternal + SplitterWidthInternal, 0); 1792panel1.Location = new Point(Width - panel1.WidthInternal, 0); 1804panel1.Size = this.Size; 1805panel1.Location = new Point(0,0); 1817panel1.Size = new Size(Width, panelSize); 1826panel1.HeightInternal = splitterDistance; 1827panel1.WidthInternal = Width; 1837panel1.HeightInternal = splitterDistance; //Default splitter distance from left or top. 1838panel1.WidthInternal = Width; 1855panel1.Size = this.Size; 1856panel1.Location = new Point(0,0); 1868panel1.ResumeLayout(); 2256panel1.SuspendLayout(); 2264panel1.HeightInternal = Height; 2265panel1.WidthInternal = splitterDistance; //Default splitter distance from left or top. 2269panel1.Location = new Point(0,0); 2273panel1.Location = new Point(Width - splitterDistance, 0); 2280ratioWidth = ((double)(this.Width) / (double)(panel1.Width) > 0) ? (double)(this.Width) / (double)(panel1.Width) : ratioWidth; 2291panel1.Size = this.Size; 2292panel1.Location = new Point(0,0); 2304panel1.Location = new Point(0,0); 2305panel1.WidthInternal = Width; 2307panel1.HeightInternal = SplitterDistanceInternal; //Default splitter distance from left or top. 2316ratioHeight = ((double)(this.Height) / (double)(panel1.Height) > 0) ? (double)(this.Height) / (double)(panel1.Height) : ratioHeight; 2325panel1.Size = this.Size; 2326panel1.Location = new Point(0,0); 2336panel1.ResumeLayout();