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