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