1 write to Length
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
32Length = length;
9 references to Length
PresentationCore (9)
MS\Internal\Generic\Span.cs (7)
151_spanList[Count - 1] = new Span<T>(lastSpan.Value, lastSpan.Length + length); 465dcp += _vector[i].Length; 474|| _cp <= dcp + _vector[i].Length), // current cp is within range of current value 491&& _dcp + (span = _vector[_current]).Length <= cp) 493_dcp += span.Length; 499_cch = _vector[_current].Length - cp + _dcp; 505_cch = _defaultSpan.Length;
MS\Internal\TextFormatting\LexicalChunk.cs (2)
88ich += span.Length; 89cchLast = span.Length;