14 references to
PresentationCore (14)
Core\CSharp\MS\Internal\Span.cs (3)
476get { return _spans[_current]; } 566_cch = _spans[_spanPosition.Index].length - (cp - _spanPosition.CP); 611get { return _spanPosition.Index >= _spans.Count ? _spans.Default : _spans[_spanPosition.Index].element; }
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2120Span plsrunSpan = _plsrunVector[i];
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (1)
396Span span = plsrunVector[i];
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (2)
78cchActive += _textRunVector[i].length; 338Span currentSpan = _textRunVector[i];
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (7)
924TextRunInfo currentRunInfo = (TextRunInfo) runInfoVector[i].element; 951for(int k = 0; k < runInfoVector[i].length; k++) 956ich += runInfoVector[i].length; 960currentRunInfo = (TextRunInfo) runInfoVector[i].element; 1087Span span = _plsrunVector[i]; 1145Span span = runInfoVector[i]; 1973Span span = _plsrunVector[i++];