6 writes to Height
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
1405cp.Height = _height;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
355cp.Height = PreferredHeight; 360cp.Height = PreferredHeight;
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
99Height = 0,
System\Windows\Forms\Form.cs (2)
3673cp.Height = correct.Height; 3680cp.Height = PInvoke.CW_USEDEFAULT;
5 references to Height
System.Windows.Forms (4)
System\Windows\Forms\CreateParams.cs (1)
72return $"CreateParams {{'{ClassName}', '{Caption}', 0x{Style:x}, 0x{ExStyle:x}, {{{X}, {Y}, {Width}, {Height}}}}}";
System\Windows\Forms\Form.cs (2)
3704cp.Y = Math.Max(clientRect.Y, clientRect.Y + (clientRect.Height - cp.Height) / 2); 3729cp.Y = Math.Max(screenRect.Y, screenRect.Y + (screenRect.Height - cp.Height) / 2);
System\Windows\Forms\NativeWindow.cs (1)
447cp.Height,
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
566HwndSourceParameters HWSParam = new HwndSourceParameters(this.Text, cp.Width, cp.Height)