17 references to Height
System.Windows.Forms (17)
winforms\Managed\System\WinForms\BoundsSpecified.cs (1)
77
Size = Width |
Height
,
winforms\Managed\System\WinForms\ComboBox.cs (1)
3276
if ((specified & BoundsSpecified.
Height
) != BoundsSpecified.None) {
winforms\Managed\System\WinForms\Control.cs (4)
2917
SetBounds(x, y, width, value, BoundsSpecified.
Height
);
6630
if ((controlStyle & ControlStyles.FixedHeight) != ControlStyles.FixedHeight && (specified & BoundsSpecified.
Height
) != 0) {
11507
if (dy == 1.0F) specified &= ~(BoundsSpecified.Y | BoundsSpecified.
Height
);
11826
if ((specified & BoundsSpecified.
Height
) == BoundsSpecified.None) height = this.height;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
27475
if ((specified & BoundsSpecified.
Height
) == BoundsSpecified.
Height
&& height > upperSize) {
winforms\Managed\System\WinForms\Form.cs (3)
5869
restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.Width | BoundsSpecified.
Height
));
5879
if ((specified & BoundsSpecified.
Height
) != 0) {
5892
if ((specified & BoundsSpecified.
Height
) != 0 || restoreBounds.Height == -1)
winforms\Managed\System\WinForms\Label.cs (1)
1671
if ((specified & BoundsSpecified.
Height
) != BoundsSpecified.None)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
282
bool hChangedButNotSpecified = ((specified & BoundsSpecified.
Height
) == BoundsSpecified.None) & height != originalBounds.Height;
winforms\Managed\System\WinForms\ScrollBar.cs (1)
674
specified &= ~BoundsSpecified.
Height
;
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2140
if ((specified & BoundsSpecified.
Height
) != BoundsSpecified.None && Orientation == Orientation.Horizontal) {
winforms\Managed\System\WinForms\ToolBar.cs (1)
1467
if ((specified & BoundsSpecified.
Height
) != BoundsSpecified.None) requestedSize = height;
winforms\Managed\System\WinForms\TrackBar.cs (1)
1064
if ((specified & BoundsSpecified.
Height
) != BoundsSpecified.None)