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)
127[InlineData(ProgressBarStyle.Continuous, true, 0x56010001)] 130[InlineData(ProgressBarStyle.Continuous, false, 0x56010001)] 1437[InlineData(ProgressBarStyle.Continuous, 1)] 1468[InlineData(ProgressBarStyle.Continuous, 1)] 1835foreach (ProgressBarStyle style in new ProgressBarStyle[] { ProgressBarStyle.Blocks, ProgressBarStyle.Continuous }) 2488foreach (ProgressBarStyle style in new ProgressBarStyle[] { ProgressBarStyle.Blocks, ProgressBarStyle.Continuous })