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