10 references to
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (2)
1889DirtyTextRange range = _dirtyList[i]; 2308range = _dirtyList[i];
MS\Internal\PtsHost\BackgroundFormatInfo.cs (3)
61positionsAdded += _structuralCache.DtrList[dtrIndex].PositionsAdded - _structuralCache.DtrList[dtrIndex].PositionsRemoved; 64DirtyTextRange dtrLast = _structuralCache.DtrList[_structuralCache.DtrList.Length - 1];
MS\Internal\PtsHost\ContainerParagraph.cs (1)
1128ur = UpdateRecordFromDtr(dtrs, dtrs[i], cpContent);
MS\Internal\PtsHost\TextParagraph.cs (4)
790int delta = dtrs[i].StartIndex - dtrs[i-1].StartIndex; 791ddcpNew += delta + dtrs[i].PositionsAdded; 792ddcpOld += delta + dtrs[i].PositionsRemoved;