4 references to dcpLim
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (4)
546
dcpLast = textDetails.u.full.
dcpLim
;
1282
Invariant.Assert(dcpStart >= textDetails.u.full.dcpFirst && dcpEnd <= textDetails.u.full.
dcpLim
);
1375
lastChunk = (textDetails.u.full.
dcpLim
>= Paragraph.Cch);
1379
lastChunk = (textDetails.u.full.
dcpLim
== Line.SyntheticCharacterLength);