2 writes to DcpLast
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (2)
1752
lastLineResult.
DcpLast
-= Line.SyntheticCharacterLength;
1821
lastLineResult.
DcpLast
-= Line.SyntheticCharacterLength;
4 references to DcpLast
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (4)
1749
if (HasEOP && lastLineResult.
DcpLast
> Paragraph.Cch)
1751
ErrorHandler.Assert(lastLineResult.
DcpLast
- Line.SyntheticCharacterLength == Paragraph.Cch, ErrorHandler.ParagraphCharacterCountMismatch);
1818
if (HasEOP && lastLineResult.
DcpLast
> Paragraph.Cch)
1820
ErrorHandler.Assert(lastLineResult.
DcpLast
- Line.SyntheticCharacterLength == Paragraph.Cch, ErrorHandler.ParagraphCharacterCountMismatch);