1 write to Length
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
31
Length
= length;
18 references to Length
PresentationCore (18)
MS\Internal\Generic\Span.cs (16)
125
&& fc + _spanList[fs].
Length
<= first)
127
fc += _spanList[fs].
Length
;
150
_spanList[Count - 1] = new Span<T>(lastSpan.Value, lastSpan.
Length
+ length);
169
&& lc + _spanList[ls].
Length
<= first + length)
171
lc += _spanList[ls].
Length
;
190
fc -= _spanList[fs].
Length
;
192
length += _spanList[fs].
Length
;
214
length = lc + _spanList[ls].
Length
- first;
215
lc += _spanList[ls].
Length
;
262
trailingLength = lc + _spanList[ls].
Length
- (first + length);
464
dcp += _vector[i].
Length
;
473
|| _cp <= dcp + _vector[i].
Length
), // current cp is within range of current value
490
&& _dcp + (span = _vector[_current]).
Length
<= cp)
492
_dcp += span.
Length
;
498
_cch = _vector[_current].
Length
- cp + _dcp;
504
_cch = _defaultSpan.
Length
;
MS\Internal\TextFormatting\LexicalChunk.cs (2)
87
ich += span.
Length
;
88
cchLast = span.
Length
;