10 references to
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (2)
1932DirtyTextRange range = _dirtyList[i]; 2351range = _dirtyList[i];
MS\Internal\PtsHost\BackgroundFormatInfo.cs (3)
63positionsAdded += _structuralCache.DtrList[dtrIndex].PositionsAdded - _structuralCache.DtrList[dtrIndex].PositionsRemoved; 66DirtyTextRange dtrLast = _structuralCache.DtrList[_structuralCache.DtrList.Length - 1];
MS\Internal\PtsHost\ContainerParagraph.cs (1)
1152ur = UpdateRecordFromDtr(dtrs, dtrs[i], cpContent);
MS\Internal\PtsHost\TextParagraph.cs (4)
814int delta = dtrs[i].StartIndex - dtrs[i-1].StartIndex; 815ddcpNew += delta + dtrs[i].PositionsAdded; 816ddcpOld += delta + dtrs[i].PositionsRemoved;