Base:
method
LineScroll
System.Windows.Forms.Automation.UiaTextProvider.LineScroll(System.Int32, System.Int32)
3 references to LineScroll
System.Windows.Forms.Tests (3)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (3)
1049Assert.False(provider.LineScroll(0, newLine)); 1069Assert.False(provider.LineScroll(0, newLine)); 1180Assert.Equal(expectedValue, provider.LineScroll(0, newLine));