5 references to
PresentationCore (5)
Core\CSharp\MS\Internal\Generic\Span.cs (4)
395get { return _vector[_current]; } 496&& _dcp + (span = _vector[_current]).Length <= cp) 504_cch = _vector[_current].Length - cp + _dcp; 549get { return _current >= _vector.Count ? _defaultSpan.Value : _vector[_current].Value; }
Core\CSharp\MS\Internal\TextFormatting\LexicalChunk.cs (1)
83Span<int> span = _ichVector[i];