5 references to Increment
System.Windows.Forms (2)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
645Increment(_step);
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
370ProgressBar.Increment(value);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ProgressBarTests.cs (3)
1859control.Increment(value); 1881control.Increment(value); 1899Assert.Throws<InvalidOperationException>(() => control.Increment(value));