2 writes to _cchUpTo
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
1399_cchUpTo += textRunLength; 1438_cchUpTo += textRunLength;
7 references to _cchUpTo
PresentationCore (7)
MS\Internal\TextFormatting\TextStore.cs (7)
176int cchFetched = _cchUpTo; 344_cchUpTo, 355int runInfoFirstCp = _cchUpTo; 508int cpFetched = _cpFirst + _cchUpTo + ich; // get text source character index 554currentPosition + offset - _cchUpTo - _cpFirst, // client cp index 1179int limitCp = _cpFirst + _cchUpTo; 1447_cpNumberContext = _cpFirst + _cchUpTo;