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)
472get { return _spans[_current]; } 481return _current < _spans.Count ? true : false;