5 references to PerformStep
System.Windows.Forms (2)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
409/// Gets or sets the amount that a call to <see cref="PerformStep"/> increases the progress
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
375ProgressBar.PerformStep();
System.Windows.Forms.Tests (3)
System\Windows\Forms\ProgressBarTests.cs (3)
2511control.PerformStep(); 2534control.PerformStep(); 2553Assert.Throws<InvalidOperationException>(control.PerformStep);