20 references to FixedHeight
System.Windows.Forms (20)
System\Windows\Forms\Control.cs (5)
5420
if ((_controlStyle & ControlStyles.
FixedHeight
) != ControlStyles.
FixedHeight
&& (specified & BoundsSpecified.Height) != 0)
9907
if ((_controlStyle & ControlStyles.
FixedHeight
) != ControlStyles.
FixedHeight
)
9936
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)
95
SetStyle(ControlStyles.
FixedHeight
, _textBoxFlags[s_autoSize]);
263
SetStyle(ControlStyles.
FixedHeight
, value);
734
SetStyle(ControlStyles.
FixedHeight
, false);
739
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)
67
SetStyle(ControlStyles.Opaque | ControlStyles.
FixedHeight
| ControlStyles.ResizeRedraw, true);
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)
17
SetStyle(ControlStyles.
FixedHeight
| ControlStyles.FixedWidth, true);