1 write to _spans
PresentationCore (1)
Core\CSharp\MS\Internal\Span.cs (1)
467
_spans
= spans;
2 references to _spans
PresentationCore (2)
Core\CSharp\MS\Internal\Span.cs (2)
476
get { return
_spans
[_current]; }
485
return _current <
_spans
.Count ? true : false;