6 writes to Height
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComboBox.cs (2)
431
cp.
Height
= PreferredHeight;
436
cp.
Height
= PreferredHeight;
winforms\Managed\System\WinForms\Control.cs (1)
1870
cp.
Height
= height;
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
953
cparams.
Height
= 0;
winforms\Managed\System\WinForms\Form.cs (2)
3995
cp.
Height
= correct.Height;
4002
cp.
Height
= NativeMethods.CW_USEDEFAULT;
3 references to Height
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
4024
cp.Y = Math.Max(clientRect.Y,clientRect.Y + (clientRect.Height - cp.
Height
)/2);
4040
cp.Y = Math.Max(screenRect.Y,screenRect.Y + (screenRect.Height - cp.
Height
)/2);
winforms\Managed\System\WinForms\NativeWindow.cs (1)
764
cp.Caption, cp.Style, cp.X, cp.Y, cp.Width, cp.
Height
, new HandleRef(cp, cp.Parent), NativeMethods.NullHandleRef,