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)
161int cchFetched = _cchUpTo; 329_cchUpTo, 340int runInfoFirstCp = _cchUpTo; 493int cpFetched = _cpFirst + _cchUpTo + ich; // get text source character index 539currentPosition + offset - _cchUpTo - _cpFirst, // client cp index 1164int limitCp = _cpFirst + _cchUpTo; 1432_cpNumberContext = _cpFirst + _cchUpTo;