3 writes to _dcp
PresentationCore (3)
MS\Internal\Generic\Span.cs (3)
443
_dcp
= 0;
482
_cp =
_dcp
= _current = _cch = 0;
492
_dcp
+= span.Length;
5 references to _dcp
PresentationCore (5)
MS\Internal\Generic\Span.cs (5)
479
if (cp <
_dcp
)
490
&&
_dcp
+ (span = _vector[_current]).Length <= cp)
498
_cch = _vector[_current].Length - cp +
_dcp
;
505
_cp = Math.Min(cp,
_dcp
);
516
get { return
_dcp
; }