16 references to LastFormatCch
PresentationFramework (16)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (12)
379
TextContainerHelper.GetCPFromElement(StructuralCache.TextContainer, Element, ElementEdge.BeforeStart),
LastFormatCch
);
402
dcpPara + para.
LastFormatCch
> dtr.StartIndex ||
403
((dcpPara + para.
LastFormatCch
== dtr.StartIndex) && para is TextParagraph)
975
if ((paraChild.ParagraphStartCharacterPosition + paraChild.
LastFormatCch
) >= startPosition)
1152
DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition,
LastFormatCch
);
1166
DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition,
LastFormatCch
);
1300
dcpPara + para.
LastFormatCch
> ur.Dtr.StartIndex ||
1301
(dcpPara + para.
LastFormatCch
== ur.Dtr.StartIndex && para is TextParagraph))
1306
dcpPara += para.
LastFormatCch
;
1332
if ( (dcpPara + para.
LastFormatCch
> ur.Dtr.StartIndex + ur.Dtr.PositionsRemoved)
1333
|| (dcpPara + para.
LastFormatCch
== ur.Dtr.StartIndex + ur.Dtr.PositionsRemoved && ur.ChangeType != PTS.FSKCHANGE.fskchNew))
1338
dcpPara += para.
LastFormatCch
;
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
809
DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition,
LastFormatCch
);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (3)
810
DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition,
LastFormatCch
);
837
Invariant.Assert(dcpStart >= 0 && Cch >= dcpStart &&
LastFormatCch
>= dcpStart);
840
ddcpOld = Math.Min(ddcpOld, (
LastFormatCch
- dcpStart) + 1);