3 writes to _current
PresentationCore (3)
MS\Internal\Generic\Span.cs (3)
377
_current
= -1;
408
_current
++;
417
_current
= -1;
2 references to _current
PresentationCore (2)
MS\Internal\Generic\Span.cs (2)
390
get { return _vector[
_current
]; }
409
return
_current
< _vector.Count;