3 writes to _current
PresentationCore (3)
MS\Internal\Generic\Span.cs (3)
376
_current
= -1;
407
_current
++;
416
_current
= -1;
2 references to _current
PresentationCore (2)
MS\Internal\Generic\Span.cs (2)
389
get { return _vector[
_current
]; }
408
return
_current
< _vector.Count;