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