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