16 references to LastFormatCch
PresentationFramework (16)
MS\Internal\PtsHost\ContainerParagraph.cs (12)
356TextContainerHelper.GetCPFromElement(StructuralCache.TextContainer, Element, ElementEdge.BeforeStart), LastFormatCch); 379dcpPara + para.LastFormatCch > dtr.StartIndex || 380((dcpPara + para.LastFormatCch == dtr.StartIndex) && para is TextParagraph) 926if ((paraChild.ParagraphStartCharacterPosition + paraChild.LastFormatCch) >= startPosition) 1103DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition, LastFormatCch); 1117DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition, LastFormatCch); 1252dcpPara + para.LastFormatCch > ur.Dtr.StartIndex || 1253(dcpPara + para.LastFormatCch == ur.Dtr.StartIndex && para is TextParagraph)) 1258dcpPara += para.LastFormatCch; 1284if ( (dcpPara + para.LastFormatCch > ur.Dtr.StartIndex + ur.Dtr.PositionsRemoved) 1285|| (dcpPara + para.LastFormatCch == ur.Dtr.StartIndex + ur.Dtr.PositionsRemoved && ur.ChangeType != PTS.FSKCHANGE.fskchNew)) 1290dcpPara += para.LastFormatCch;
MS\Internal\PtsHost\FloaterParagraph.cs (1)
770DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition, LastFormatCch);
MS\Internal\PtsHost\TextParagraph.cs (3)
780DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition, LastFormatCch); 807Invariant.Assert(dcpStart >= 0 && Cch >= dcpStart && LastFormatCch >= dcpStart); 810ddcpOld = Math.Min(ddcpOld, (LastFormatCch - dcpStart) + 1);