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