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