8 references to Width
System.Windows.Forms (8)
winforms\Managed\System\WinForms\SplitContainer.cs (8)
1482if (value > Panel2.Width) { 1483SplitterDistanceInternal = Panel2.Width + SplitterWidthInternal; //Set the Splitter Distance to the start of Panel2 1666size = Math.Max(panel1.Width + delta, BORDERSIZE); 1670size = Math.Max(panel1.Width - delta, BORDERSIZE); 1760panel1.Size = new Size(panel1.Width, 0); 1761panel2.Size = new Size(panel2.Width, 0); 2280ratioWidth = ((double)(this.Width) / (double)(panel1.Width) > 0) ? (double)(this.Width) / (double)(panel1.Width) : ratioWidth;