4 references to dcpLim
PresentationFramework (4)
MS\Internal\PtsHost\TextParaClient.cs (4)
466
dcpLast = textDetails.u.full.
dcpLim
;
1118
Invariant.Assert(dcpStart >= textDetails.u.full.dcpFirst && dcpEnd <= textDetails.u.full.
dcpLim
);
1199
lastChunk = (textDetails.u.full.
dcpLim
>= Paragraph.Cch);
1203
lastChunk = (textDetails.u.full.
dcpLim
== Line.SyntheticCharacterLength);