1 write to panel2
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SplitContainer.cs (1)
154
panel2
= new SplitterPanel(this);
42 references to panel2
System.Windows.Forms (42)
winforms\Managed\System\WinForms\SplitContainer.cs (42)
161
((WindowsFormsUtils.TypedControlCollection)this.Controls).AddInternal(
panel2
);
678
if (value &&
panel2
.Collapsed) {
679
CollapsePanel(
panel2
, false);
698
return
panel2
.Collapsed;
701
if (value !=
panel2
.Collapsed) {
705
CollapsePanel(
panel2
, value);
745
return this.
panel2
;
1333
nextActiveControl =
panel2
;
1426
this.
panel2
.RightToLeft = this.RightToLeft;
1753
panel2
.SuspendLayout();
1757
panel2
.Size = new Size(0,
panel2
.Height);
1761
panel2
.Size = new Size(
panel2
.Width, 0);
1772
panel2
.Size = new Size(Math.Max(Width - panelSize - SplitterWidthInternal, Panel2MinSize), Height);
1775
panel2
.Size = new Size(panelSize, Height);
1786
panel2
.Size = new Size(Math.Max(Width - splitterDistance - SplitterWidthInternal, Panel2MinSize), Height);
1789
panel2
.Location = new Point(panel1.WidthInternal + SplitterWidthInternal, 0);
1800
panel2
.Size = this.Size;
1801
panel2
.Location = new Point(0,0);
1819
panel2
.Size = new Size(Width, Math.Max(Height - panel2Start, Panel2MinSize));
1820
panel2
.Location = new Point(0,panel2Start);
1824
panel2
.Size = new Size(Width, panelSize);
1829
panel2
.Location = new Point(0, panel2Start);
1840
panel2
.Size = new Size(Width,Math.Max(Height - panel2Start, Panel2MinSize));
1841
panel2
.Location = new Point(0,panel2Start);
1851
panel2
.Size = this.Size;
1852
panel2
.Location = new Point(0,0);
1869
panel2
.ResumeLayout();
2061
nextActiveControl =
panel2
;
2068
nextActiveControl =
panel2
;
2257
panel2
.SuspendLayout();
2266
panel2
.Size = new Size(Width - splitterDistance - SplitterWidthInternal, Height);
2270
panel2
.Location = new Point(splitterDistance + SplitterWidthInternal, 0);
2274
panel2
.Location = new Point(0, 0);
2287
panel2
.Size = this.Size;
2288
panel2
.Location = new Point(0,0);
2309
panel2
.Size = new Size(Width, Height - panel2Start);
2310
panel2
.Location = new Point(0,panel2Start);
2321
panel2
.Size = this.Size;
2322
panel2
.Location = new Point(0,0);
2337
panel2
.ResumeLayout();