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