3 references to LinesPerPage
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
630end = LineIndex(firstLine + LinesPerPage());
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
470Math.Max(0, _provider.LineFromChar(End) - _provider.LinesPerPage() + 1); 674int lastVisibleLine = firstVisibleLine + _provider.LinesPerPage() - 1;