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