MS\Internal\PtsHost\TextParaClient.cs (49)
108if (textDetails.u.full.cLines > 0)
110if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
129if (textDetails.u.full.cAttachedObjects > 0)
131ValidateVisualFloatersAndFigures(fskupdInherited, textDetails.u.full.cAttachedObjects);
169int attachedObjectCount = textDetails.u.full.cAttachedObjects;
217if (textDetails.u.full.cLines > 0)
219if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
269if (textDetails.u.full.cAttachedObjects > 0)
272PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
294if (rectangles.Count == 0 && textDetails.u.full.cLines > 0)
296if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
360if (textDetails.u.full.cLines > 0)
362if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
397&& textDetails.u.full.cAttachedObjects > 0)
401PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
435&& textDetails.u.full.cAttachedObjects > 0)
438PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
472dcpFirst = textDetails.u.full.dcpFirst;
473dcpLast = textDetails.u.full.dcpLim;
492int attachedObjectCount = textDetails.u.full.cAttachedObjects;
537if (textDetails.u.full.cLines > 0)
539if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
646if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
700if (textDetails.u.full.cLines > 0)
704if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
778if (textDetails.u.full.cLines > 0)
780if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
792if (textDetails.u.full.cAttachedObjects > 0)
846if (textDetails.u.full.cLines > 0)
848if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
896if (textDetails.u.full.cLines > 0)
898if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
939if (textDetails.u.full.cLines > 0)
941if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
996if (textDetails.u.full.cLines > 0)
998if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1125Invariant.Assert(dcpStart >= textDetails.u.full.dcpFirst && dcpEnd <= textDetails.u.full.dcpLim);
1127if (textDetails.u.full.cLines > 0)
1129if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1184return (textDetails.u.full.cLines > 0 && textDetails.u.full.dcpFirst == 0);
1202if (textDetails.u.full.cLines > 0)
1206lastChunk = (textDetails.u.full.dcpLim >= Paragraph.Cch);
1210lastChunk = (textDetails.u.full.dcpLim == Line.SyntheticCharacterLength);
1255if (textDetails.u.full.cLines > 0)
1257if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1319if (textDetails.u.full.cAttachedObjects > 0)
1323PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);