6 references to Height
System.Windows.Forms (6)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (6)
1517
size = Math.Max(Panel1.
Height
+ delta, _borderSize);
1601
Panel1.Size = new Size(0, Panel1.
Height
);
1602
Panel2.Size = new Size(0, Panel2.
Height
);
1686
_splitterDistance = Math.Max(Height - Panel2.
Height
- SplitterWidthInternal, Panel1MinSize);
2236
_ratioHeight = (Height / (double)(Panel1.
Height
) > 0) ? Height / (double)(Panel1.
Height
) : _ratioHeight;