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