88 references to FixedWidth
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (5)
5325if ((_controlStyle & ControlStyles.FixedWidth) != ControlStyles.FixedWidth && (specified & BoundsSpecified.Width) != 0) 9802if ((_controlStyle & ControlStyles.FixedWidth) != ControlStyles.FixedWidth) 9832if (!GetStyle(ControlStyles.FixedWidth))
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
835SetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth, true); 841SetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth, false);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (4)
90SetStyle(ControlStyles.FixedWidth, false); 94SetStyle(ControlStyles.FixedWidth, _autoSize); 380SetStyle(ControlStyles.FixedWidth, false); 386SetStyle(ControlStyles.FixedWidth, _autoSize);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
35SetStyle(ControlStyles.Opaque | ControlStyles.FixedHeight | ControlStyles.FixedWidth, true);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
17SetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth, true);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
197[InlineData(ControlStyles.FixedWidth, false)]
System.Windows.Forms.Tests (74)
System\Windows\Forms\ButtonBaseTests.cs (1)
5067[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ButtonTests.cs (1)
1773[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\CheckBoxTests.cs (1)
501[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ComboBoxTests.cs (1)
1459[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ContainerControlTests.cs (1)
517[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ControlTests.Methods.cs (4)
2696control.SetStyle(ControlStyles.FixedWidth, true); 2796control.SetStyle(ControlStyles.FixedWidth, true); 2812control.SetStyle(ControlStyles.FixedWidth, true); 2828[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
1104[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\DateTimePickerTests.cs (1)
867[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
220[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
682[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\DomainUpDownTests.cs (1)
1070[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
284[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\FormTests.cs (1)
2435[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\GroupBoxTests.cs (1)
1419[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\HScrollBarTests.cs (1)
214[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\LabelTests.cs (1)
151[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ListBoxTests.cs (1)
4903[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ListControlTests.cs (1)
2568[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ListViewTests.cs (1)
4260[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\MenuStripTests.cs (1)
517[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\MonthCalendarTests.cs (1)
3329[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\PanelTests.cs (1)
858[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\PictureBoxTests.cs (5)
1298Assert.Equal(expectedAutoSize, pictureBox.GetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth)); 1304Assert.Equal(expectedAutoSize, pictureBox.GetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth)); 1317Assert.Equal(expectedAutoSize, pictureBox.GetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth)); 1323Assert.Equal(expectedAutoSize, pictureBox.GetStyle(ControlStyles.FixedHeight | ControlStyles.FixedWidth)); 1874[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ProgressBarTests.cs (1)
1803[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\PropertyGridTests.cs (1)
3479[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\RadioButtonTests.cs (1)
628[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\RichTextBoxTests.cs (1)
8976[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ScrollableControlTests.cs (1)
1355[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ScrollBarTests.cs (1)
1867[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\SplitterTests.cs (1)
1646[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\StatusStripTests.cs (1)
1102[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\TabControlTests.cs (1)
3935[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\TableLayoutPanelTests.cs (1)
1174[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\TabPageTests.cs (1)
3780[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
1678[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ToolStripDropDownTests.cs (1)
3649[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ToolStripPanelTests.cs (1)
312[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\ToolStripTests.cs (1)
4927[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\TreeViewTests.cs (1)
5050[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\UpDownBaseTests.cs (1)
1687[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\UserControlTests.cs (1)
902[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\VScrollBarTests.cs (1)
204[InlineData(ControlStyles.FixedWidth, false)]
System\Windows\Forms\WebBrowserTests.cs (1)
2821[InlineData(ControlStyles.FixedWidth, false)]
TextBoxBaseTests.cs (1)
5147[InlineData(ControlStyles.FixedWidth, false)]
TextBoxTests.cs (1)
500[InlineData(ControlStyles.FixedWidth, false)]
TrackBarTests.cs (21)
231Assert.False(control.GetStyle(ControlStyles.FixedWidth)); 240Assert.False(control.GetStyle(ControlStyles.FixedWidth)); 249Assert.False(control.GetStyle(ControlStyles.FixedWidth)); 269Assert.Equal(value, control.GetStyle(ControlStyles.FixedWidth)); 278Assert.Equal(value, control.GetStyle(ControlStyles.FixedWidth)); 287Assert.Equal(!value, control.GetStyle(ControlStyles.FixedWidth)); 311Assert.False(control.GetStyle(ControlStyles.FixedWidth)); 323Assert.False(control.GetStyle(ControlStyles.FixedWidth)); 335Assert.False(control.GetStyle(ControlStyles.FixedWidth)); 365Assert.Equal(value, control.GetStyle(ControlStyles.FixedWidth)); 377Assert.Equal(value, control.GetStyle(ControlStyles.FixedWidth)); 389Assert.Equal(!value, control.GetStyle(ControlStyles.FixedWidth)); 1318Assert.Equal(expectedFixedWidth, control.GetStyle(ControlStyles.FixedWidth)); 1326Assert.Equal(expectedFixedWidth, control.GetStyle(ControlStyles.FixedWidth)); 1352Assert.Equal(expectedFixedWidth, control.GetStyle(ControlStyles.FixedWidth)); 1360Assert.Equal(expectedFixedWidth, control.GetStyle(ControlStyles.FixedWidth)); 1392Assert.Equal(expectedFixedWidth, control.GetStyle(ControlStyles.FixedWidth)); 1403Assert.Equal(expectedFixedWidth, control.GetStyle(ControlStyles.FixedWidth)); 1439Assert.Equal(expectedFixedWidth, control.GetStyle(ControlStyles.FixedWidth)); 1450Assert.Equal(expectedFixedWidth, control.GetStyle(ControlStyles.FixedWidth)); 2278[InlineData(ControlStyles.FixedWidth, false)]
WebBrowserBaseTests.cs (1)
769[InlineData(ControlStyles.FixedWidth, false)]