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