20 references to FixedHeight
System.Windows.Forms (20)
System\Windows\Forms\Control.cs (5)
5420if ((_controlStyle & ControlStyles.FixedHeight) != ControlStyles.FixedHeight && (specified & BoundsSpecified.Height) != 0) 9907if ((_controlStyle & ControlStyles.FixedHeight) != ControlStyles.FixedHeight) 9936if (!GetStyle(ControlStyles.FixedHeight))
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
115SetStyle(ControlStyles.FixedHeight, true);
System\Windows\Forms\Controls\Labels\Label.cs (1)
72SetStyle(ControlStyles.FixedHeight |
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
833SetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth, true); 839SetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth, false);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
95SetStyle(ControlStyles.FixedHeight, _textBoxFlags[s_autoSize]); 263SetStyle(ControlStyles.FixedHeight, value); 734SetStyle(ControlStyles.FixedHeight, false); 739SetStyle(ControlStyles.FixedHeight, AutoSize);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (4)
86SetStyle(ControlStyles.FixedHeight, _autoSize); 92SetStyle(ControlStyles.FixedHeight, false); 378SetStyle(ControlStyles.FixedHeight, _autoSize); 384SetStyle(ControlStyles.FixedHeight, false);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
67SetStyle(ControlStyles.Opaque | ControlStyles.FixedHeight | ControlStyles.ResizeRedraw, true);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
43SetStyle(ControlStyles.Opaque | ControlStyles.FixedHeight | ControlStyles.FixedWidth, true);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
17SetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth, true);