1 write to _vector
PresentationCore (1)
Core\CSharp\MS\Internal\Generic\Span.cs (1)
446_vector = vector;
6 references to _vector
PresentationCore (6)
Core\CSharp\MS\Internal\Generic\Span.cs (6)
495while( _current < _vector.Count 496&& _dcp + (span = _vector[_current]).Length <= cp) 502if (_current < _vector.Count) 504_cch = _vector[_current].Length - cp + _dcp; 549get { return _current >= _vector.Count ? _defaultSpan.Value : _vector[_current].Value; }