7 writes to SmallChange
System.Windows.Forms.Tests (7)
System\Windows\Forms\ScrollPropertiesTests.cs (7)
173SmallChange = value 178properties.SmallChange = value; 192SmallChange = value 197properties.SmallChange = value; 207SmallChange = value 212properties.SmallChange = value; 221Assert.Throws<ArgumentOutOfRangeException>("value", () => properties.SmallChange = -1);
35 references to SmallChange
System.Windows.Forms (7)
System\Windows\Forms\Scrolling\ScrollableControl.cs (7)
1280pos -= VerticalScroll.SmallChange; 1289if (pos < maxPos - VerticalScroll.SmallChange) 1291pos += VerticalScroll.SmallChange; 1372if (pos > HorizontalScroll.SmallChange) 1374pos -= HorizontalScroll.SmallChange; 1383if (pos < maxPos - HorizontalScroll.SmallChange) 1385pos += HorizontalScroll.SmallChange;
System.Windows.Forms.Tests (28)
System\Windows\Forms\HScrollPropertiesTests.cs (1)
24Assert.Equal(1, properties.SmallChange);
System\Windows\Forms\ScrollPropertiesTests.cs (26)
24Assert.Equal(1, properties.SmallChange); 175Assert.Equal(expectedValue, properties.SmallChange); 179Assert.Equal(expectedValue, properties.SmallChange); 194Assert.Equal(expectedValue, properties.SmallChange); 198Assert.Equal(expectedValue, properties.SmallChange); 209Assert.Equal(expectedValue, properties.SmallChange); 213Assert.Equal(expectedValue, properties.SmallChange); 222Assert.Equal(1, properties.SmallChange); 246Assert.Equal(1, properties.SmallChange); 254Assert.Equal(1, properties.SmallChange); 269Assert.Equal(1, properties.SmallChange); 277Assert.Equal(1, properties.SmallChange); 294Assert.Equal(1, properties.SmallChange); 309Assert.Equal(1, properties.SmallChange); 329Assert.Equal(1, properties.SmallChange); 352Assert.Equal(1, properties.SmallChange); 360Assert.Equal(1, properties.SmallChange); 377Assert.Equal(1, properties.SmallChange); 397Assert.Equal(1, properties.SmallChange); 413Assert.Equal(1, properties.SmallChange); 421Assert.Equal(1, properties.SmallChange); 453Assert.Equal(1, properties.SmallChange); 461Assert.Equal(1, properties.SmallChange); 482Assert.Equal(1, properties.SmallChange); 497Assert.Equal(1, properties.SmallChange); 505Assert.Equal(1, properties.SmallChange);
System\Windows\Forms\VScrollPropertiesTests.cs (1)
25Assert.Equal(1, properties.SmallChange);