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