2 writes to DcpLast
PresentationFramework (2)
MS\Internal\PtsHost\TextParaClient.cs (2)
1563
lastLineResult.
DcpLast
-= Line.SyntheticCharacterLength;
1625
lastLineResult.
DcpLast
-= Line.SyntheticCharacterLength;
4 references to DcpLast
PresentationFramework (4)
MS\Internal\PtsHost\TextParaClient.cs (4)
1560
if (HasEOP && lastLineResult.
DcpLast
> Paragraph.Cch)
1562
ErrorHandler.Assert(lastLineResult.
DcpLast
- Line.SyntheticCharacterLength == Paragraph.Cch, ErrorHandler.ParagraphCharacterCountMismatch);
1622
if (HasEOP && lastLineResult.
DcpLast
> Paragraph.Cch)
1624
ErrorHandler.Assert(lastLineResult.
DcpLast
- Line.SyntheticCharacterLength == Paragraph.Cch, ErrorHandler.ParagraphCharacterCountMismatch);