1 write to _smallChange
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
494
_smallChange
= value;
3 references to _smallChange
System.Windows.Forms (3)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (3)
481
get =>
_smallChange
;
489
if (
_smallChange
== value)
875
PInvokeCore.SendMessage(this, PInvoke.TBM_SETLINESIZE, (WPARAM)0, (LPARAM)
_smallChange
);