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