1 write to _smallChange
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
495
_smallChange
= value;
3 references to _smallChange
System.Windows.Forms (3)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (3)
482
get =>
_smallChange
;
490
if (
_smallChange
== value)
876
PInvokeCore.SendMessage(this, PInvoke.TBM_SETLINESIZE, (WPARAM)0, (LPARAM)
_smallChange
);