1 write to Length
PresentationCore (1)
Core\CSharp\MS\Internal\Generic\Span.cs (1)
37
Length
= length;
7 references to Length
PresentationCore (7)
Core\CSharp\MS\Internal\Generic\Span.cs (5)
156
_spanList[Count - 1] = new Span<T>(lastSpan.Value, lastSpan.
Length
+ length);
496
&& _dcp + (span = _vector[_current]).
Length
<= cp)
498
_dcp += span.
Length
;
504
_cch = _vector[_current].
Length
- cp + _dcp;
510
_cch = _defaultSpan.
Length
;
Core\CSharp\MS\Internal\TextFormatting\LexicalChunk.cs (2)
91
ich += span.
Length
;
92
cchLast = span.
Length
;