Base:
property
LinesPerPage
System.Windows.Forms.Automation.UiaTextProvider.LinesPerPage
2 references to LinesPerPage
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (2)
250
Assert.Equal(-1, provider.
LinesPerPage
);
265
Assert.Equal(1, provider.
LinesPerPage
);