2 writes to _cchUpTo
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
1410
_cchUpTo
+= textRunLength;
1449
_cchUpTo
+= textRunLength;
7 references to _cchUpTo
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (7)
180
int cchFetched =
_cchUpTo
;
350
_cchUpTo
,
361
int runInfoFirstCp =
_cchUpTo
;
514
int cpFetched = _cpFirst +
_cchUpTo
+ ich; // get text source character index
560
currentPosition + offset -
_cchUpTo
- _cpFirst, // client cp index
1190
int limitCp = _cpFirst +
_cchUpTo
;
1458
_cpNumberContext = _cpFirst +
_cchUpTo
;