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