1 write to _step
System.Windows.Forms (1)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
420
_step
= value;
4 references to _step
System.Windows.Forms (4)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (4)
417
get =>
_step
;
423
PInvokeCore.SendMessage(this, PInvoke.PBM_SETSTEP, (WPARAM)
_step
);
602
PInvokeCore.SendMessage(this, PInvoke.PBM_SETSTEP, (WPARAM)
_step
);
648
Increment(
_step
);