3 writes to _smallChange
System.Windows.Forms (3)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
1168
HorizontalScroll.
_smallChange
= 5;
1198
VerticalScroll.
_smallChange
= 5;
System\Windows\Forms\Scrolling\ScrollProperties.cs (1)
199
_smallChange
= value;
2 references to _smallChange
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\ScrollProperties.cs (2)
191
return Math.Min(
_smallChange
, LargeChange);
195
if (
_smallChange
!= value)