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