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