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