1 write to _spans
PresentationCore (1)
MS\Internal\Span.cs (1)
466
_spans
= spans;
2 references to _spans
PresentationCore (2)
MS\Internal\Span.cs (2)
475
get { return
_spans
[_current]; }
484
return _current <
_spans
.Count ? true : false;