2 writes to Dtr
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
1280
ur.
Dtr
= dtr;
src\Framework\MS\Internal\PtsHost\UpdateRecord.cs (1)
33
Dtr
= new DirtyTextRange(0,0,0);
14 references to Dtr
PresentationFramework (14)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (8)
1290
if (dcpPara < ur.
Dtr
.StartIndex)
1300
dcpPara + para.LastFormatCch > ur.
Dtr
.StartIndex ||
1301
(dcpPara + para.LastFormatCch == ur.
Dtr
.StartIndex && para is TextParagraph))
1319
else if (dcpPara < ur.
Dtr
.StartIndex)
1332
if ( (dcpPara + para.LastFormatCch > ur.
Dtr
.StartIndex + ur.
Dtr
.PositionsRemoved)
1333
|| (dcpPara + para.LastFormatCch == ur.
Dtr
.StartIndex + ur.
Dtr
.PositionsRemoved && ur.ChangeType != PTS.FSKCHANGE.fskchNew))
src\Framework\MS\Internal\PtsHost\UpdateRecord.cs (6)
48
int delta = Next.
Dtr
.StartIndex -
Dtr
.StartIndex;
51
Dtr
.PositionsAdded += delta + Next.
Dtr
.PositionsAdded;
52
Dtr
.PositionsRemoved += delta + Next.
Dtr
.PositionsRemoved;