14 references to
PresentationCore (14)
MS\Internal\Span.cs (3)
472
get { return _spans
[
_current]; }
562
_cch = _spans
[
_spanPosition.Index].length - (cp - _spanPosition.CP);
607
get { return _spanPosition.Index >= _spans.Count ? _spans.Default : _spans
[
_spanPosition.Index].element; }
MS\Internal\TextFormatting\FullTextLine.cs (1)
2071
Span plsrunSpan = _plsrunVector
[
i];
MS\Internal\TextFormatting\FullTextState.cs (1)
372
Span span = plsrunVector
[
i];
MS\Internal\TextFormatting\TextRunCacheImp.cs (2)
61
cchActive += _textRunVector
[
i].length;
318
Span currentSpan = _textRunVector
[
i];
MS\Internal\TextFormatting\TextStore.cs (7)
898
TextRunInfo currentRunInfo = (TextRunInfo) runInfoVector
[
i].element;
925
for(int k = 0; k < runInfoVector
[
i].length; k++)
930
ich += runInfoVector
[
i].length;
934
currentRunInfo = (TextRunInfo) runInfoVector
[
i].element;
1061
Span span = _plsrunVector
[
i];
1119
Span span = runInfoVector
[
i];
1950
Span span = _plsrunVector
[
i++];