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