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