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