25 references to FixedHeight
System.Windows.Forms (25)
winforms\Managed\System\WinForms\Control.cs (5)
6630if ((controlStyle & ControlStyles.FixedHeight) != ControlStyles.FixedHeight && (specified & BoundsSpecified.Height) != 0) { 11591if ((controlStyle & ControlStyles.FixedHeight) != ControlStyles.FixedHeight) { 11626if (!GetStyle(ControlStyles.FixedHeight)) {
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
135SetStyle(ControlStyles.FixedHeight, true);
winforms\Managed\System\WinForms\Label.cs (1)
106SetStyle(ControlStyles.FixedHeight |
winforms\Managed\System\WinForms\PictureBox.cs (2)
974SetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth, true); 978SetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth, false);
winforms\Managed\System\WinForms\TextBoxBase.cs (4)
120SetStyle(ControlStyles.FixedHeight, textBoxFlags[autoSize]); 272SetStyle(ControlStyles.FixedHeight, value); 851SetStyle(ControlStyles.FixedHeight, false); 855SetStyle(ControlStyles.FixedHeight, AutoSize);
winforms\Managed\System\WinForms\ToolBar.cs (5)
141SetStyle(ControlStyles.FixedHeight, AutoSize); 206SetStyle(ControlStyles.FixedHeight, false); 209SetStyle(ControlStyles.FixedHeight, AutoSize); 532SetStyle(ControlStyles.FixedHeight, false); 535SetStyle(ControlStyles.FixedHeight, AutoSize);
winforms\Managed\System\WinForms\TrackBar.cs (4)
109SetStyle(ControlStyles.FixedHeight, autoSize); 114SetStyle(ControlStyles.FixedHeight, false); 449SetStyle(ControlStyles.FixedHeight, autoSize); 454SetStyle(ControlStyles.FixedHeight, false);
winforms\Managed\System\WinForms\UpDownBase.cs (3)
107SetStyle(ControlStyles.Opaque | ControlStyles.FixedHeight | ControlStyles.ResizeRedraw, true); 1266SetStyle(ControlStyles.FixedHeight | 1435SetStyle(ControlStyles.Opaque | ControlStyles.FixedHeight |