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)
72
if((dtrLast.StartIndex + positionsAdded + dtrLast.PositionsAdded) >=
_cchAllText
)
156
internal int CchAllText { get { return
_cchAllText
; } }