16 references to LastFormatCch
PresentationFramework (16)
MS\Internal\PtsHost\ContainerParagraph.cs (12)
374
TextContainerHelper.GetCPFromElement(StructuralCache.TextContainer, Element, ElementEdge.BeforeStart),
LastFormatCch
);
397
dcpPara + para.
LastFormatCch
> dtr.StartIndex ||
398
((dcpPara + para.
LastFormatCch
== dtr.StartIndex) && para is TextParagraph)
949
if ((paraChild.ParagraphStartCharacterPosition + paraChild.
LastFormatCch
) >= startPosition)
1126
DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition,
LastFormatCch
);
1140
DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition,
LastFormatCch
);
1274
dcpPara + para.
LastFormatCch
> ur.Dtr.StartIndex ||
1275
(dcpPara + para.
LastFormatCch
== ur.Dtr.StartIndex && para is TextParagraph))
1280
dcpPara += para.
LastFormatCch
;
1306
if ( (dcpPara + para.
LastFormatCch
> ur.Dtr.StartIndex + ur.Dtr.PositionsRemoved)
1307
|| (dcpPara + para.
LastFormatCch
== ur.Dtr.StartIndex + ur.Dtr.PositionsRemoved && ur.ChangeType != PTS.FSKCHANGE.fskchNew))
1312
dcpPara += para.
LastFormatCch
;
MS\Internal\PtsHost\FloaterParagraph.cs (1)
779
DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition,
LastFormatCch
);
MS\Internal\PtsHost\TextParagraph.cs (3)
803
DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition,
LastFormatCch
);
830
Invariant.Assert(dcpStart >= 0 && Cch >= dcpStart &&
LastFormatCch
>= dcpStart);
833
ddcpOld = Math.Min(ddcpOld, (
LastFormatCch
- dcpStart) + 1);