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