19 writes to Location
System.Windows.Forms (19)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (19)
1654
Panel2.
Location
= new Point(Panel1.WidthInternal + SplitterWidthInternal, 0);
1658
Panel1.
Location
= new Point(Width - Panel1.WidthInternal, 0);
1669
Panel2.
Location
= new Point(0, 0);
1674
Panel1.
Location
= new Point(0, 0);
1689
Panel2.
Location
= new Point(0, panel2Start);
1699
Panel2.
Location
= new Point(0, panel2Start);
1714
Panel2.
Location
= new Point(0, panel2Start);
1725
Panel2.
Location
= new Point(0, 0);
1730
Panel1.
Location
= new Point(0, 0);
2191
Panel1.
Location
= new Point(0, 0);
2192
Panel2.
Location
= new Point(_splitterDistance + SplitterWidthInternal, 0);
2196
Panel1.
Location
= new Point(Width - _splitterDistance, 0);
2197
Panel2.
Location
= new Point(0, 0);
2212
Panel2.
Location
= new Point(0, 0);
2217
Panel1.
Location
= new Point(0, 0);
2232
Panel1.
Location
= new Point(0, 0);
2238
Panel2.
Location
= new Point(0, panel2Start);
2253
Panel2.
Location
= new Point(0, 0);
2258
Panel1.
Location
= new Point(0, 0);
2 references to Location
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
1388
r.X = Panel1.
Location
.X + splitSize;
1405
r.Y = Panel1.
Location
.Y + splitSize;