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