1 write to _structuralCache
PresentationFramework (1)
MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
32_structuralCache = structuralCache;
7 references to _structuralCache
PresentationFramework (7)
MS\Internal\PtsHost\BackgroundFormatInfo.cs (7)
54_cchAllText = _structuralCache.TextContainer.SymbolCount; 56if(_structuralCache.DtrList != null) 61for(int dtrIndex = 0; dtrIndex < _structuralCache.DtrList.Length - 1; dtrIndex++) 63positionsAdded += _structuralCache.DtrList[dtrIndex].PositionsAdded - _structuralCache.DtrList[dtrIndex].PositionsRemoved; 66DirtyTextRange dtrLast = _structuralCache.DtrList[_structuralCache.DtrList.Length - 1];