16 references to LastFormatCch
PresentationFramework (16)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (12)
379TextContainerHelper.GetCPFromElement(StructuralCache.TextContainer, Element, ElementEdge.BeforeStart), LastFormatCch); 402dcpPara + para.LastFormatCch > dtr.StartIndex || 403((dcpPara + para.LastFormatCch == dtr.StartIndex) && para is TextParagraph) 975if ((paraChild.ParagraphStartCharacterPosition + paraChild.LastFormatCch) >= startPosition) 1152DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition, LastFormatCch); 1166DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition, LastFormatCch); 1300dcpPara + para.LastFormatCch > ur.Dtr.StartIndex || 1301(dcpPara + para.LastFormatCch == ur.Dtr.StartIndex && para is TextParagraph)) 1306dcpPara += para.LastFormatCch; 1332if ( (dcpPara + para.LastFormatCch > ur.Dtr.StartIndex + ur.Dtr.PositionsRemoved) 1333|| (dcpPara + para.LastFormatCch == ur.Dtr.StartIndex + ur.Dtr.PositionsRemoved && ur.ChangeType != PTS.FSKCHANGE.fskchNew)) 1338dcpPara += para.LastFormatCch;
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
809DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition, LastFormatCch);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (3)
810DtrList dtrs = StructuralCache.DtrsFromRange(ParagraphStartCharacterPosition, LastFormatCch); 837Invariant.Assert(dcpStart >= 0 && Cch >= dcpStart && LastFormatCch >= dcpStart); 840ddcpOld = Math.Min(ddcpOld, (LastFormatCch - dcpStart) + 1);