3 references to ParagraphCharacterCountMismatch
PresentationFramework (3)
MS\Internal\PtsHost\TextParaClient.cs (3)
480
ErrorHandler.Assert(dcpLast == Paragraph.Cch + Line.SyntheticCharacterLength, ErrorHandler.
ParagraphCharacterCountMismatch
);
1562
ErrorHandler.Assert(lastLineResult.DcpLast - Line.SyntheticCharacterLength == Paragraph.Cch, ErrorHandler.
ParagraphCharacterCountMismatch
);
1624
ErrorHandler.Assert(lastLineResult.DcpLast - Line.SyntheticCharacterLength == Paragraph.Cch, ErrorHandler.
ParagraphCharacterCountMismatch
);