2 writes to DcpLast
PresentationFramework (2)
MS\Internal\PtsHost\TextParaClient.cs (2)
1557
lastLineResult.
DcpLast
-= Line.SyntheticCharacterLength;
1619
lastLineResult.
DcpLast
-= Line.SyntheticCharacterLength;
4 references to DcpLast
PresentationFramework (4)
MS\Internal\PtsHost\TextParaClient.cs (4)
1554
if (HasEOP && lastLineResult.
DcpLast
> Paragraph.Cch)
1556
ErrorHandler.Assert(lastLineResult.
DcpLast
- Line.SyntheticCharacterLength == Paragraph.Cch, ErrorHandler.ParagraphCharacterCountMismatch);
1616
if (HasEOP && lastLineResult.
DcpLast
> Paragraph.Cch)
1618
ErrorHandler.Assert(lastLineResult.
DcpLast
- Line.SyntheticCharacterLength == Paragraph.Cch, ErrorHandler.ParagraphCharacterCountMismatch);