2 writes to Dtr
PresentationFramework (2)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
1254
ur.
Dtr
= dtr;
MS\Internal\PtsHost\UpdateRecord.cs (1)
30
Dtr
= new DirtyTextRange(0,0,0);
14 references to Dtr
PresentationFramework (14)
MS\Internal\PtsHost\ContainerParagraph.cs (8)
1264
if (dcpPara < ur.
Dtr
.StartIndex)
1274
dcpPara + para.LastFormatCch > ur.
Dtr
.StartIndex ||
1275
(dcpPara + para.LastFormatCch == ur.
Dtr
.StartIndex && para is TextParagraph))
1293
else if (dcpPara < ur.
Dtr
.StartIndex)
1306
if ( (dcpPara + para.LastFormatCch > ur.
Dtr
.StartIndex + ur.
Dtr
.PositionsRemoved)
1307
|| (dcpPara + para.LastFormatCch == ur.
Dtr
.StartIndex + ur.
Dtr
.PositionsRemoved && ur.ChangeType != PTS.FSKCHANGE.fskchNew))
MS\Internal\PtsHost\UpdateRecord.cs (6)
45
int delta = Next.
Dtr
.StartIndex -
Dtr
.StartIndex;
48
Dtr
.PositionsAdded += delta + Next.
Dtr
.PositionsAdded;
49
Dtr
.PositionsRemoved += delta + Next.
Dtr
.PositionsRemoved;