5 references to
PresentationCore (5)
MS\Internal\Generic\Span.cs (4)
389get { return _vector[_current]; } 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];