1 write to Length
PresentationCore (1)
Core\CSharp\MS\Internal\Generic\Span.cs (1)
37Length = 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)
91ich += span.Length; 92cchLast = span.Length;