4 writes to _cp
PresentationCore (4)
MS\Internal\Generic\Span.cs (4)
443
_cp
= 0;
483
_cp
= _dcp = _current = _cch = 0;
500
_cp
= cp;
506
_cp
= Math.Min(cp, _dcp);
2 references to _cp
PresentationCore (2)
MS\Internal\Generic\Span.cs (2)
474
||
_cp
<= dcp + _vector[i].Length), // current cp is within range of current value
535
get { return
_cp
; }