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