3 writes to _smallChange
System.Windows.Forms (3)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
1168HorizontalScroll._smallChange = 5; 1198VerticalScroll._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)
191return Math.Min(_smallChange, LargeChange); 195if (_smallChange != value)