1 write to step
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ProgressBar.cs (1)
552step = value;
4 references to step
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ProgressBar.cs (4)
549return step; 553if (IsHandleCreated) SendMessage(NativeMethods.PBM_SETSTEP, step, 0); 786SendMessage(NativeMethods.PBM_SETSTEP, step, 0); 838Increment(step);