19 writes to Location
System.Windows.Forms (19)
winforms\Managed\System\WinForms\SplitContainer.cs (19)
1789
panel2.
Location
= new Point(panel1.WidthInternal + SplitterWidthInternal, 0);
1792
panel1.
Location
= new Point(Width - panel1.WidthInternal, 0);
1801
panel2.
Location
= new Point(0,0);
1805
panel1.
Location
= new Point(0,0);
1820
panel2.
Location
= new Point(0,panel2Start);
1829
panel2.
Location
= new Point(0, panel2Start);
1841
panel2.
Location
= new Point(0,panel2Start);
1852
panel2.
Location
= new Point(0,0);
1856
panel1.
Location
= new Point(0,0);
2269
panel1.
Location
= new Point(0,0);
2270
panel2.
Location
= new Point(splitterDistance + SplitterWidthInternal, 0);
2273
panel1.
Location
= new Point(Width - splitterDistance, 0);
2274
panel2.
Location
= new Point(0, 0);
2288
panel2.
Location
= new Point(0,0);
2292
panel1.
Location
= new Point(0,0);
2304
panel1.
Location
= new Point(0,0);
2310
panel2.
Location
= new Point(0,panel2Start);
2322
panel2.
Location
= new Point(0,0);
2326
panel1.
Location
= new Point(0,0);
2 references to Location
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SplitContainer.cs (2)
1558
r.X = panel1.
Location
.X + splitSize;
1573
r.Y = panel1.
Location
.Y + splitSize;