14 references to
PresentationCore (14)
MS\Internal\Span.cs (3)
475get { return _spans[_current]; } 565_cch = _spans[_spanPosition.Index].length - (cp - _spanPosition.CP); 610get { return _spanPosition.Index >= _spans.Count ? _spans.Default : _spans[_spanPosition.Index].element; }
MS\Internal\TextFormatting\FullTextLine.cs (1)
2084Span plsrunSpan = _plsrunVector[i];
MS\Internal\TextFormatting\FullTextState.cs (1)
376Span span = plsrunVector[i];
MS\Internal\TextFormatting\TextRunCacheImp.cs (2)
75cchActive += _textRunVector[i].length; 332Span currentSpan = _textRunVector[i];
MS\Internal\TextFormatting\TextStore.cs (7)
913TextRunInfo currentRunInfo = (TextRunInfo) runInfoVector[i].element; 940for(int k = 0; k < runInfoVector[i].length; k++) 945ich += runInfoVector[i].length; 949currentRunInfo = (TextRunInfo) runInfoVector[i].element; 1076Span span = _plsrunVector[i]; 1134Span span = runInfoVector[i]; 1965Span span = _plsrunVector[i++];