7 writes to SmallChange
System.Windows.Forms.Tests (7)
System\Windows\Forms\ScrollPropertiesTests.cs (7)
171SmallChange = value 176properties.SmallChange = value; 190SmallChange = value 195properties.SmallChange = value; 205SmallChange = value 210properties.SmallChange = value; 219Assert.Throws<ArgumentOutOfRangeException>("value", () => properties.SmallChange = -1);
35 references to SmallChange
System.Windows.Forms (7)
System\Windows\Forms\Scrolling\ScrollableControl.cs (7)
1286pos -= VerticalScroll.SmallChange; 1295if (pos < maxPos - VerticalScroll.SmallChange) 1297pos += VerticalScroll.SmallChange; 1378if (pos > HorizontalScroll.SmallChange) 1380pos -= HorizontalScroll.SmallChange; 1389if (pos < maxPos - HorizontalScroll.SmallChange) 1391pos += HorizontalScroll.SmallChange;
System.Windows.Forms.Tests (28)
System\Windows\Forms\HScrollPropertiesTests.cs (1)
22Assert.Equal(1, properties.SmallChange);
System\Windows\Forms\ScrollPropertiesTests.cs (26)
22Assert.Equal(1, properties.SmallChange); 173Assert.Equal(expectedValue, properties.SmallChange); 177Assert.Equal(expectedValue, properties.SmallChange); 192Assert.Equal(expectedValue, properties.SmallChange); 196Assert.Equal(expectedValue, properties.SmallChange); 207Assert.Equal(expectedValue, properties.SmallChange); 211Assert.Equal(expectedValue, properties.SmallChange); 220Assert.Equal(1, properties.SmallChange); 244Assert.Equal(1, properties.SmallChange); 252Assert.Equal(1, properties.SmallChange); 267Assert.Equal(1, properties.SmallChange); 275Assert.Equal(1, properties.SmallChange); 292Assert.Equal(1, properties.SmallChange); 307Assert.Equal(1, properties.SmallChange); 327Assert.Equal(1, properties.SmallChange); 350Assert.Equal(1, properties.SmallChange); 358Assert.Equal(1, properties.SmallChange); 375Assert.Equal(1, properties.SmallChange); 395Assert.Equal(1, properties.SmallChange); 411Assert.Equal(1, properties.SmallChange); 419Assert.Equal(1, properties.SmallChange); 451Assert.Equal(1, properties.SmallChange); 459Assert.Equal(1, properties.SmallChange); 480Assert.Equal(1, properties.SmallChange); 495Assert.Equal(1, properties.SmallChange); 503Assert.Equal(1, properties.SmallChange);
System\Windows\Forms\VScrollPropertiesTests.cs (1)
23Assert.Equal(1, properties.SmallChange);