15 references to Cch
PresentationFramework (15)
MS\Internal\PtsHost\BaseParagraph.cs (1)
195
_lastFormatCch =
Cch
;
MS\Internal\PtsHost\ContainerParagraph.cs (1)
384
dcpPara += para.
Cch
;
MS\Internal\PtsHost\TextParaClient.cs (8)
471
if (HasEOP && dcpLast > Paragraph.
Cch
)
473
ErrorHandler.Assert(dcpLast == Paragraph.
Cch
+ Line.SyntheticCharacterLength, ErrorHandler.ParagraphCharacterCountMismatch);
1197
if (Paragraph.
Cch
> 0)
1199
lastChunk = (textDetails.u.full.dcpLim >= Paragraph.
Cch
);
1553
if (HasEOP && lastLineResult.DcpLast > Paragraph.
Cch
)
1555
ErrorHandler.Assert(lastLineResult.DcpLast - Line.SyntheticCharacterLength == Paragraph.
Cch
, ErrorHandler.ParagraphCharacterCountMismatch);
1615
if (HasEOP && lastLineResult.DcpLast > Paragraph.
Cch
)
1617
ErrorHandler.Assert(lastLineResult.DcpLast - Line.SyntheticCharacterLength == Paragraph.
Cch
, ErrorHandler.ParagraphCharacterCountMismatch);
MS\Internal\PtsHost\TextParagraph.cs (5)
806
Invariant.Assert(dcpStart >= 0 &&
Cch
>= dcpStart && LastFormatCch >= dcpStart);
810
ddcpNew = Math.Min(ddcpNew, (
Cch
- dcpStart) + 1);
887
if(dcpLast > this.
Cch
)
889
dcpLast = this.
Cch
; // Remove end of paragraph run cp.
1384
int paraCch = attachedObject.Para.
Cch
;