MS\Internal\PtsHost\TextParaClient.cs (49)
102if (textDetails.u.full.cLines > 0)
104if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
123if (textDetails.u.full.cAttachedObjects > 0)
125ValidateVisualFloatersAndFigures(fskupdInherited, textDetails.u.full.cAttachedObjects);
163int attachedObjectCount = textDetails.u.full.cAttachedObjects;
211if (textDetails.u.full.cLines > 0)
213if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
263if (textDetails.u.full.cAttachedObjects > 0)
266PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
288if (rectangles.Count == 0 && textDetails.u.full.cLines > 0)
290if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
354if (textDetails.u.full.cLines > 0)
356if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
391&& textDetails.u.full.cAttachedObjects > 0)
395PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
429&& textDetails.u.full.cAttachedObjects > 0)
432PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
466dcpFirst = textDetails.u.full.dcpFirst;
467dcpLast = textDetails.u.full.dcpLim;
486int attachedObjectCount = textDetails.u.full.cAttachedObjects;
531if (textDetails.u.full.cLines > 0)
533if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
640if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
694if (textDetails.u.full.cLines > 0)
698if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
772if (textDetails.u.full.cLines > 0)
774if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
786if (textDetails.u.full.cAttachedObjects > 0)
840if (textDetails.u.full.cLines > 0)
842if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
890if (textDetails.u.full.cLines > 0)
892if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
933if (textDetails.u.full.cLines > 0)
935if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
990if (textDetails.u.full.cLines > 0)
992if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1119Invariant.Assert(dcpStart >= textDetails.u.full.dcpFirst && dcpEnd <= textDetails.u.full.dcpLim);
1121if (textDetails.u.full.cLines > 0)
1123if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1178return (textDetails.u.full.cLines > 0 && textDetails.u.full.dcpFirst == 0);
1196if (textDetails.u.full.cLines > 0)
1200lastChunk = (textDetails.u.full.dcpLim >= Paragraph.Cch);
1204lastChunk = (textDetails.u.full.dcpLim == Line.SyntheticCharacterLength);
1249if (textDetails.u.full.cLines > 0)
1251if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1313if (textDetails.u.full.cAttachedObjects > 0)
1317PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);