2 writes to _cchUpTo
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
1383_cchUpTo += textRunLength; 1422_cchUpTo += textRunLength;
7 references to _cchUpTo
PresentationCore (7)
MS\Internal\TextFormatting\TextStore.cs (7)
160int cchFetched = _cchUpTo; 328_cchUpTo, 339int runInfoFirstCp = _cchUpTo; 492int cpFetched = _cpFirst + _cchUpTo + ich; // get text source character index 538currentPosition + offset - _cchUpTo - _cpFirst, // client cp index 1163int limitCp = _cpFirst + _cchUpTo; 1431_cpNumberContext = _cpFirst + _cchUpTo;