12 references to LineIndex
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
478index = IntFromLowWord(indexLowWord, LineIndex(line)); 630start = LineIndex(firstLine); 634end = LineIndex(firstLine + LinesPerPage());
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (9)
147MoveTo(_provider.LineIndex(startLine), _provider.LineIndex(endLine + 1)); 676start = _provider.LineIndex(startLine); 684end = _provider.LineIndex(endLine) - 1; 689int nextLineIndex = _provider.LineIndex(startLine); 711nextLineIndex = _provider.LineIndex(i + 1); 880index = _provider.LineIndex(line + moved); 1011((lineMax > 1 && _provider.LineIndex(1) == _lineSeparator.Length) 1026index = _provider.LineIndex(line + actualCount) - _lineSeparator.Length;