MS\Internal\PtsHost\TextParaClient.cs (49)
101if (textDetails.u.full.cLines > 0)
103if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
122if (textDetails.u.full.cAttachedObjects > 0)
124ValidateVisualFloatersAndFigures(fskupdInherited, textDetails.u.full.cAttachedObjects);
162int attachedObjectCount = textDetails.u.full.cAttachedObjects;
210if (textDetails.u.full.cLines > 0)
212if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
262if (textDetails.u.full.cAttachedObjects > 0)
265PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
287if (rectangles.Count == 0 && textDetails.u.full.cLines > 0)
289if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
353if (textDetails.u.full.cLines > 0)
355if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
390&& textDetails.u.full.cAttachedObjects > 0)
394PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
428&& textDetails.u.full.cAttachedObjects > 0)
431PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
465dcpFirst = textDetails.u.full.dcpFirst;
466dcpLast = textDetails.u.full.dcpLim;
485int attachedObjectCount = textDetails.u.full.cAttachedObjects;
530if (textDetails.u.full.cLines > 0)
532if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
639if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
693if (textDetails.u.full.cLines > 0)
697if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
771if (textDetails.u.full.cLines > 0)
773if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
785if (textDetails.u.full.cAttachedObjects > 0)
839if (textDetails.u.full.cLines > 0)
841if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
889if (textDetails.u.full.cLines > 0)
891if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
932if (textDetails.u.full.cLines > 0)
934if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
989if (textDetails.u.full.cLines > 0)
991if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1118Invariant.Assert(dcpStart >= textDetails.u.full.dcpFirst && dcpEnd <= textDetails.u.full.dcpLim);
1120if (textDetails.u.full.cLines > 0)
1122if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1177return (textDetails.u.full.cLines > 0 && textDetails.u.full.dcpFirst == 0);
1195if (textDetails.u.full.cLines > 0)
1199lastChunk = (textDetails.u.full.dcpLim >= Paragraph.Cch);
1203lastChunk = (textDetails.u.full.dcpLim == Line.SyntheticCharacterLength);
1248if (textDetails.u.full.cLines > 0)
1250if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1312if (textDetails.u.full.cAttachedObjects > 0)
1316PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);