12 references to LineIndex
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
474index = IntFromLowWord(indexLowWord, LineIndex(line)); 626start = LineIndex(firstLine); 630end = LineIndex(firstLine + LinesPerPage());
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (9)
141MoveTo(_provider.LineIndex(startLine), _provider.LineIndex(endLine + 1)); 670start = _provider.LineIndex(startLine); 678end = _provider.LineIndex(endLine) - 1; 683int nextLineIndex = _provider.LineIndex(startLine); 705nextLineIndex = _provider.LineIndex(i + 1); 874index = _provider.LineIndex(line + moved); 1005((lineMax > 1 && _provider.LineIndex(1) == _lineSeparator.Length) 1020index = _provider.LineIndex(line + actualCount) - _lineSeparator.Length;