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