20 references to FixedHeight
System.Windows.Forms (20)
System\Windows\Forms\Control.cs (5)
5644
if ((_controlStyle & ControlStyles.
FixedHeight
) != ControlStyles.
FixedHeight
&& (specified & BoundsSpecified.Height) != 0)
10636
if ((_controlStyle & ControlStyles.
FixedHeight
) != ControlStyles.
FixedHeight
)
10665
if (!GetStyle(ControlStyles.
FixedHeight
))
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
115
SetStyle(ControlStyles.
FixedHeight
, true);
System\Windows\Forms\Controls\Labels\Label.cs (1)
72
SetStyle(ControlStyles.
FixedHeight
|
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
833
SetStyle(ControlStyles.
FixedHeight
| ControlStyles.FixedWidth, true);
839
SetStyle(ControlStyles.
FixedHeight
| ControlStyles.FixedWidth, false);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
106
SetStyle(ControlStyles.
FixedHeight
, _textBoxFlags[s_autoSize]);
270
SetStyle(ControlStyles.
FixedHeight
, value);
767
SetStyle(ControlStyles.
FixedHeight
, false);
772
SetStyle(ControlStyles.
FixedHeight
, AutoSize);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (4)
86
SetStyle(ControlStyles.
FixedHeight
, _autoSize);
92
SetStyle(ControlStyles.
FixedHeight
, false);
378
SetStyle(ControlStyles.
FixedHeight
, _autoSize);
384
SetStyle(ControlStyles.
FixedHeight
, false);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
80
| ControlStyles.
FixedHeight
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
43
SetStyle(ControlStyles.Opaque | ControlStyles.
FixedHeight
| ControlStyles.FixedWidth, true);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
18
SetStyle(ControlStyles.
FixedHeight
| ControlStyles.FixedWidth, true);