3 writes to smallChange
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
1239
HorizontalScroll.
smallChange
= 5;
1258
VerticalScroll.
smallChange
= 5;
winforms\Managed\System\WinForms\ScrollProperties.cs (1)
239
smallChange
= value;
2 references to smallChange
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ScrollProperties.cs (2)
230
return Math.Min(
smallChange
, LargeChange);
233
if (
smallChange
!= value) {