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