4 writes to _cp
PresentationCore (4)
MS\Internal\Generic\Span.cs (4)
447
_cp
= 0;
487
_cp
= _dcp = _current = _cch = 0;
504
_cp
= cp;
510
_cp
= Math.Min(cp, _dcp);
2 references to _cp
PresentationCore (2)
MS\Internal\Generic\Span.cs (2)
478
||
_cp
<= dcp + _vector[i].Length), // current cp is within range of current value
539
get { return
_cp
; }