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)
375
ProgressBar.
PerformStep
();
System.Windows.Forms.Tests (3)
System\Windows\Forms\ProgressBarTests.cs (3)
2511
control.
PerformStep
();
2534
control.
PerformStep
();
2553
Assert.Throws<InvalidOperationException>(control.
PerformStep
);