7 references to Continuous
System.Windows.Forms (1)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
54if (Style == ProgressBarStyle.Continuous)
System.Windows.Forms.Tests (6)
System\Windows\Forms\ProgressBarTests.cs (6)
129[InlineData(ProgressBarStyle.Continuous, true, 0x56010001)] 132[InlineData(ProgressBarStyle.Continuous, false, 0x56010001)] 1439[InlineData(ProgressBarStyle.Continuous, 1)] 1470[InlineData(ProgressBarStyle.Continuous, 1)] 1837foreach (ProgressBarStyle style in new ProgressBarStyle[] { ProgressBarStyle.Blocks, ProgressBarStyle.Continuous }) 2490foreach (ProgressBarStyle style in new ProgressBarStyle[] { ProgressBarStyle.Blocks, ProgressBarStyle.Continuous })