12 references to LineIndex
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
473index = IntFromLowWord(indexLowWord, LineIndex(line)); 625start = LineIndex(firstLine); 629end = LineIndex(firstLine + LinesPerPage());
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (9)
140MoveTo(_provider.LineIndex(startLine), _provider.LineIndex(endLine + 1)); 669start = _provider.LineIndex(startLine); 677end = _provider.LineIndex(endLine) - 1; 682int nextLineIndex = _provider.LineIndex(startLine); 704nextLineIndex = _provider.LineIndex(i + 1); 873index = _provider.LineIndex(line + moved); 1004((lineMax > 1 && _provider.LineIndex(1) == _lineSeparator.Length) 1019index = _provider.LineIndex(line + actualCount) - _lineSeparator.Length;