1 write to _smallChange
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
305
_smallChange
= value;
2 references to _smallChange
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
297
return Math.Min(
_smallChange
, LargeChange);
301
if (
_smallChange
!= value)