3 writes to _current
PresentationCore (3)
MS\Internal\Generic\Span.cs (3)
446
_current
= 0;
487
_cp = _dcp =
_current
= _cch = 0;
498
_current
++;
7 references to _current
PresentationCore (7)
MS\Internal\Generic\Span.cs (7)
475
&& i ==
_current
// current value is valid
494
while(
_current
< _vector.Count
495
&& _dcp + (span = _vector[
_current
]).Length <= cp)
501
if (
_current
< _vector.Count)
503
_cch = _vector[
_current
].Length - cp + _dcp;
548
get { return
_current
>= _vector.Count ? _defaultSpan.Value : _vector[
_current
].Value; }