3 writes to _current
PresentationCore (3)
Core\CSharp\MS\Internal\Span.cs (3)
468
_current
= -1;
484
_current
++;
493
_current
= -1;
2 references to _current
PresentationCore (2)
Core\CSharp\MS\Internal\Span.cs (2)
476
get { return _spans[
_current
]; }
485
return
_current
< _spans.Count ? true : false;