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