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