7 references to SmallChange
System.Windows.Forms (7)
System\Windows\Forms\Scrolling\ScrollableControl.cs (7)
1278pos -= VerticalScroll.SmallChange; 1287if (pos < maxPos - VerticalScroll.SmallChange) 1289pos += VerticalScroll.SmallChange; 1370if (pos > HorizontalScroll.SmallChange) 1372pos -= HorizontalScroll.SmallChange; 1381if (pos < maxPos - HorizontalScroll.SmallChange) 1383pos += HorizontalScroll.SmallChange;