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