16 references to LastFormatCch
PresentationFramework (16)
MS\Internal\PtsHost\ContainerParagraph.cs (12)
355
TextContainerHelper.GetCPFromElement(StructuralCache.TextContainer, Element, ElementEdge.BeforeStart),
LastFormatCch
);
378
dcpPara + para.
LastFormatCch
> dtr.StartIndex ||
379
((dcpPara + para.
LastFormatCch
== dtr.StartIndex) && para is TextParagraph)
925
if ((paraChild.ParagraphStartCharacterPosition + paraChild.
LastFormatCch
) >= startPosition)
1102
DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition,
LastFormatCch
);
1116
DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition,
LastFormatCch
);
1251
dcpPara + para.
LastFormatCch
> ur.Dtr.StartIndex ||
1252
(dcpPara + para.
LastFormatCch
== ur.Dtr.StartIndex && para is TextParagraph))
1257
dcpPara += para.
LastFormatCch
;
1283
if ( (dcpPara + para.
LastFormatCch
> ur.Dtr.StartIndex + ur.Dtr.PositionsRemoved)
1284
|| (dcpPara + para.
LastFormatCch
== ur.Dtr.StartIndex + ur.Dtr.PositionsRemoved && ur.ChangeType != PTS.FSKCHANGE.fskchNew))
1289
dcpPara += para.
LastFormatCch
;
MS\Internal\PtsHost\FloaterParagraph.cs (1)
769
DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition,
LastFormatCch
);
MS\Internal\PtsHost\TextParagraph.cs (3)
779
DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition,
LastFormatCch
);
806
Invariant.Assert(dcpStart >= 0 && Cch >= dcpStart &&
LastFormatCch
>= dcpStart);
809
ddcpOld = Math.Min(ddcpOld, (
LastFormatCch
- dcpStart) + 1);