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