3 writes to _current
PresentationCore (3)
MS\Internal\Span.cs (3)
463
_current
= -1;
479
_current
++;
488
_current
= -1;
2 references to _current
PresentationCore (2)
MS\Internal\Span.cs (2)
471
get { return _spans[
_current
]; }
480
return
_current
< _spans.Count ? true : false;