1 write to Length
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
31Length = length;
18 references to Length
PresentationCore (18)
MS\Internal\Generic\Span.cs (16)
125&& fc + _spanList[fs].Length <= first) 127fc += _spanList[fs].Length; 150_spanList[Count - 1] = new Span<T>(lastSpan.Value, lastSpan.Length + length); 169&& lc + _spanList[ls].Length <= first + length) 171lc += _spanList[ls].Length; 190fc -= _spanList[fs].Length; 192length += _spanList[fs].Length; 214length = lc + _spanList[ls].Length - first; 215lc += _spanList[ls].Length; 262trailingLength = lc + _spanList[ls].Length - (first + 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;