12 references to LineIndex
UIAutomationClientsideProviders (12)
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
539index = IntFromLowWord(indexLowWord, LineIndex(line)); 691start = LineIndex(firstLine); 695end = LineIndex(firstLine + LinesPerPage());
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (9)
154MoveTo(_provider.LineIndex(startLine), _provider.LineIndex(endLine + 1)); 695start = _provider.LineIndex(startLine); 703end = _provider.LineIndex(endLine) - 1; 708int nextLineIndex = _provider.LineIndex(startLine); 730nextLineIndex = _provider.LineIndex(i + 1); 899index = _provider.LineIndex(line + moved); 1030((lineMax > 1 && _provider.LineIndex(1) == _lineSeparator.Length) 1045index = _provider.LineIndex(line + actualCount) - _lineSeparator.Length;