1 write to Length
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
31Length = length;
9 references to Length
PresentationCore (9)
MS\Internal\Generic\Span.cs (7)
150_spanList[Count - 1] = new Span<T>(lastSpan.Value, lastSpan.Length + length); 464dcp += _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)
87ich += span.Length; 88cchLast = span.Length;