3 writes to _current
PresentationCore (3)
MS\Internal\Generic\Span.cs (3)
381
_current
= -1;
412
_current
++;
421
_current
= -1;
2 references to _current
PresentationCore (2)
MS\Internal\Generic\Span.cs (2)
394
get { return _vector[
_current
]; }
413
return
_current
< _vector.Count;