1 write to _vector
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
376
_vector
= vector;
2 references to _vector
PresentationCore (2)
MS\Internal\Generic\Span.cs (2)
390
get { return
_vector
[_current]; }
409
return _current <
_vector
.Count;