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