1 write to Length
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
36Length = 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); 469dcp += _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)
89ich += span.Length; 90cchLast = span.Length;