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