7 references to
PresentationCore (7)
MS\Internal\Generic\Span.cs (6)
390get { return _vector[_current]; } 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) 499_cch = _vector[_current].Length - cp + _dcp; 544get { return _current >= _vector.Count ? _defaultSpan.Value : _vector[_current].Value; }
MS\Internal\TextFormatting\LexicalChunk.cs (1)
80MS.Internal.Generic.Span<int> span = _ichVector[i];