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