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)
2513control.PerformStep(); 2536control.PerformStep(); 2555Assert.Throws<InvalidOperationException>(control.PerformStep);