1 write to _structuralCache
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
36
_structuralCache
= structuralCache;
7 references to _structuralCache
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (7)
58
_cchAllText =
_structuralCache
.TextContainer.SymbolCount;
60
if(
_structuralCache
.DtrList != null)
65
for(int dtrIndex = 0; dtrIndex <
_structuralCache
.DtrList.Length - 1; dtrIndex++)
67
positionsAdded +=
_structuralCache
.DtrList[dtrIndex].PositionsAdded -
_structuralCache
.DtrList[dtrIndex].PositionsRemoved;
70
DirtyTextRange dtrLast =
_structuralCache
.DtrList[
_structuralCache
.DtrList.Length - 1];