14 references to
PresentationCore (14)
MS\Internal\Span.cs (3)
471get { return _spans[_current]; } 561_cch = _spans[_spanPosition.Index].length - (cp - _spanPosition.CP); 606get { return _spanPosition.Index >= _spans.Count ? _spans.Default : _spans[_spanPosition.Index].element; }
MS\Internal\TextFormatting\FullTextLine.cs (1)
2070Span plsrunSpan = _plsrunVector[i];
MS\Internal\TextFormatting\FullTextState.cs (1)
371Span span = plsrunVector[i];
MS\Internal\TextFormatting\TextRunCacheImp.cs (2)
60cchActive += _textRunVector[i].length; 317Span currentSpan = _textRunVector[i];
MS\Internal\TextFormatting\TextStore.cs (7)
897TextRunInfo currentRunInfo = (TextRunInfo) runInfoVector[i].element; 924for(int k = 0; k < runInfoVector[i].length; k++) 929ich += runInfoVector[i].length; 933currentRunInfo = (TextRunInfo) runInfoVector[i].element; 1060Span span = _plsrunVector[i]; 1118Span span = runInfoVector[i]; 1949Span span = _plsrunVector[i++];