13 references to FixedWidth
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (5)
5414if ((_controlStyle & ControlStyles.FixedWidth) != ControlStyles.FixedWidth && (specified & BoundsSpecified.Width) != 0) 9901if ((_controlStyle & ControlStyles.FixedWidth) != ControlStyles.FixedWidth) 9931if (!GetStyle(ControlStyles.FixedWidth))
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
833SetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth, true); 839SetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth, false);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (4)
87SetStyle(ControlStyles.FixedWidth, false); 91SetStyle(ControlStyles.FixedWidth, _autoSize); 379SetStyle(ControlStyles.FixedWidth, false); 385SetStyle(ControlStyles.FixedWidth, _autoSize);
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);