6 references to Height
System.Windows.Forms (6)
winforms\Managed\System\WinForms\SplitContainer.cs (6)
1674size = Math.Max(panel1.Height + delta, BORDERSIZE); 1756panel1.Size = new Size(0, panel1.Height); 1757panel2.Size = new Size(0, panel2.Height); 1825splitterDistance = Math.Max(Height - Panel2.Height - SplitterWidthInternal, Panel1MinSize); 2316ratioHeight = ((double)(this.Height) / (double)(panel1.Height) > 0) ? (double)(this.Height) / (double)(panel1.Height) : ratioHeight;