20 references to FixedHeight
System.Windows.Forms (20)
System\Windows\Forms\Control.cs (5)
5644if ((_controlStyle & ControlStyles.FixedHeight) != ControlStyles.FixedHeight && (specified & BoundsSpecified.Height) != 0) 10636if ((_controlStyle & ControlStyles.FixedHeight) != ControlStyles.FixedHeight) 10665if (!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)
106SetStyle(ControlStyles.FixedHeight, _textBoxFlags[s_autoSize]); 270SetStyle(ControlStyles.FixedHeight, value); 767SetStyle(ControlStyles.FixedHeight, false); 772SetStyle(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)
80| ControlStyles.FixedHeight
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)
18SetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth, true);