14 references to
PresentationCore (14)
MS\Internal\Span.cs (3)
472get { return _spans[_current]; } 562_cch = _spans[_spanPosition.Index].length - (cp - _spanPosition.CP); 607get { return _spanPosition.Index >= _spans.Count ? _spans.Default : _spans[_spanPosition.Index].element; }
MS\Internal\TextFormatting\FullTextLine.cs (1)
2071Span plsrunSpan = _plsrunVector[i];
MS\Internal\TextFormatting\FullTextState.cs (1)
372Span span = plsrunVector[i];
MS\Internal\TextFormatting\TextRunCacheImp.cs (2)
61cchActive += _textRunVector[i].length; 318Span currentSpan = _textRunVector[i];
MS\Internal\TextFormatting\TextStore.cs (7)
898TextRunInfo currentRunInfo = (TextRunInfo) runInfoVector[i].element; 925for(int k = 0; k < runInfoVector[i].length; k++) 930ich += runInfoVector[i].length; 934currentRunInfo = (TextRunInfo) runInfoVector[i].element; 1061Span span = _plsrunVector[i]; 1119Span span = runInfoVector[i]; 1950Span span = _plsrunVector[i++];