3 writes to _current
PresentationCore (3)
MS\Internal\Generic\Span.cs (3)
442
_current
= 0;
483
_cp = _dcp =
_current
= _cch = 0;
494
_current
++;
7 references to _current
PresentationCore (7)
MS\Internal\Generic\Span.cs (7)
471
&& i ==
_current
// current value is valid
490
while(
_current
< _vector.Count
491
&& _dcp + (span = _vector[
_current
]).Length <= cp)
497
if (
_current
< _vector.Count)
499
_cch = _vector[
_current
].Length - cp + _dcp;
544
get { return
_current
>= _vector.Count ? _defaultSpan.Value : _vector[
_current
].Value; }