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