1 write to Length
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
36
Length
= length;
9 references to Length
PresentationCore (9)
MS\Internal\Generic\Span.cs (7)
155
_spanList[Count - 1] = new Span<T>(lastSpan.Value, lastSpan.
Length
+ length);
469
dcp += _vector[i].
Length
;
478
|| _cp <= dcp + _vector[i].
Length
), // current cp is within range of current value
495
&& _dcp + (span = _vector[_current]).
Length
<= cp)
497
_dcp += span.
Length
;
503
_cch = _vector[_current].
Length
- cp + _dcp;
509
_cch = _defaultSpan.
Length
;
MS\Internal\TextFormatting\LexicalChunk.cs (2)
89
ich += span.
Length
;
90
cchLast = span.
Length
;