2 writes to _cchUpTo
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
1384
_cchUpTo
+= textRunLength;
1423
_cchUpTo
+= textRunLength;
7 references to _cchUpTo
PresentationCore (7)
MS\Internal\TextFormatting\TextStore.cs (7)
161
int cchFetched =
_cchUpTo
;
329
_cchUpTo
,
340
int runInfoFirstCp =
_cchUpTo
;
493
int cpFetched = _cpFirst +
_cchUpTo
+ ich; // get text source character index
539
currentPosition + offset -
_cchUpTo
- _cpFirst, // client cp index
1164
int limitCp = _cpFirst +
_cchUpTo
;
1432
_cpNumberContext = _cpFirst +
_cchUpTo
;