1 write to _cchAllText
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
58_cchAllText = _structuralCache.TextContainer.SymbolCount;
2 references to _cchAllText
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (2)
72if((dtrLast.StartIndex + positionsAdded + dtrLast.PositionsAdded) >= _cchAllText) 156internal int CchAllText { get { return _cchAllText; } }