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