15 references to Cch
PresentationFramework (15)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (1)
202
_lastFormatCch =
Cch
;
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
408
dcpPara += para.
Cch
;
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (8)
551
if (HasEOP && dcpLast > Paragraph.
Cch
)
553
ErrorHandler.Assert(dcpLast == Paragraph.
Cch
+ Line.SyntheticCharacterLength, ErrorHandler.ParagraphCharacterCountMismatch);
1373
if (Paragraph.
Cch
> 0)
1375
lastChunk = (textDetails.u.full.dcpLim >= Paragraph.
Cch
);
1749
if (HasEOP && lastLineResult.DcpLast > Paragraph.
Cch
)
1751
ErrorHandler.Assert(lastLineResult.DcpLast - Line.SyntheticCharacterLength == Paragraph.
Cch
, ErrorHandler.ParagraphCharacterCountMismatch);
1818
if (HasEOP && lastLineResult.DcpLast > Paragraph.
Cch
)
1820
ErrorHandler.Assert(lastLineResult.DcpLast - Line.SyntheticCharacterLength == Paragraph.
Cch
, ErrorHandler.ParagraphCharacterCountMismatch);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (5)
837
Invariant.Assert(dcpStart >= 0 &&
Cch
>= dcpStart && LastFormatCch >= dcpStart);
841
ddcpNew = Math.Min(ddcpNew, (
Cch
- dcpStart) + 1);
918
if(dcpLast > this.
Cch
)
920
dcpLast = this.
Cch
; // Remove end of paragraph run cp.
1422
int paraCch = attachedObject.Para.
Cch
;